[Midnightbsd-cvs] mports: Makefile: add license (dual)

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 8 00:43:53 EDT 2008


Log Message:
-----------
add license (dual)

Modified Files:
--------------
    mports/www/man2web:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/man2web/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L www/man2web/Makefile -L www/man2web/Makefile -u -r1.1 -r1.2
--- www/man2web/Makefile
+++ www/man2web/Makefile
@@ -8,18 +8,21 @@
 
 PORTNAME=	man2web
 PORTVERSION=	0.88
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR= ${PORTNAME}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Convert man pages to HTML
+LICENSE=	agg
+# gpl2 + gnu free doc license
 
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd6.0
 CONFIGURE_ARGS=	--bindir="${PREFIX}/${CGIDIR}" \
 		--sysconfdir="${PREFIX}/etc" \
-		--with-manpath=/usr/share/man:${X11BASE}/man:${LOCALBASE}/man \
+		--with-manpath=/usr/share/man:${LOCALBASE}/man \
 		--with-distro=freebsd --enable-lynx
 
 PLIST_SUB=	CGIDIR="${CGIDIR}"


More information about the Midnightbsd-cvs mailing list