[Midnightbsd-cvs] mports: Makefile: s/gpl/gpl2/

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sun May 4 14:03:55 EDT 2008


Log Message:
-----------
s/gpl/gpl2/

Modified Files:
--------------
    mports/misc/help2man:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/misc/help2man/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L misc/help2man/Makefile -L misc/help2man/Makefile -u -r1.2 -r1.3
--- misc/help2man/Makefile
+++ misc/help2man/Makefile
@@ -16,7 +16,8 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Automatically generating simple manual pages from program output
-LICENSE=        gpl
+LICENSE=	gpl2
+
 .if !defined(WITHOUT_NLS)
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext


More information about the Midnightbsd-cvs mailing list