[Midnightbsd-cvs] mports: Makefile: Remove GETOPT LONG, use SF shortcut, GPL2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 29 19:01:41 EDT 2008


Log Message:
-----------
Remove GETOPT LONG, use SF shortcut, GPL2

Modified Files:
--------------
    mports/textproc/wv:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/wv/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L textproc/wv/Makefile -L textproc/wv/Makefile -u -r1.1 -r1.2
--- textproc/wv/Makefile
+++ textproc/wv/Makefile
@@ -8,18 +8,18 @@
 
 PORTNAME=	wv
 PORTVERSION=	1.2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	wvware
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A library and executables to access Microsoft Word files
+LICENSE=	gpl2
 
 LIB_DEPENDS=	wmf.2:${PORTSDIR}/graphics/libwmf
 RUN_DEPENDS=	lynx:${PORTSDIR}/www/lynx
 
-USE_GETOPT_LONG=	yes
 USE_GNOME=	gnometarget libgsf
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:15


More information about the Midnightbsd-cvs mailing list