svn commit: r331294 - head/devel/gputils
Tijl Coosemans
tijl at FreeBSD.org
Tue Oct 22 16:23:17 UTC 2013
Author: tijl
Date: Tue Oct 22 16:23:16 2013
New Revision: 331294
URL: http://svnweb.freebsd.org/changeset/ports/331294
Log:
- Support staging.
- USES=gmake.
Modified:
head/devel/gputils/Makefile
head/devel/gputils/pkg-plist
Modified: head/devel/gputils/Makefile
==============================================================================
--- head/devel/gputils/Makefile Tue Oct 22 16:19:33 2013 (r331293)
+++ head/devel/gputils/Makefile Tue Oct 22 16:23:16 2013 (r331294)
@@ -13,12 +13,7 @@ LICENSE= GPLv2
CONFLICTS= gplink-[0-9]*
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
CONFIGURE_ARGS= --disable-dependency-tracking --disable-html-doc
-MANLANG= "" fr
-MAN1= gpasm.1 gpdasm.1 gplib.1 gplink.1 gpstrip.1 gputils.1 \
- gpvc.1 gpvo.1
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/gputils/pkg-plist
==============================================================================
--- head/devel/gputils/pkg-plist Tue Oct 22 16:19:33 2013 (r331293)
+++ head/devel/gputils/pkg-plist Tue Oct 22 16:23:16 2013 (r331294)
@@ -5,6 +5,22 @@ bin/gplink
bin/gpstrip
bin/gpvc
bin/gpvo
+man/fr/man1/gpasm.1.gz
+man/fr/man1/gpdasm.1.gz
+man/fr/man1/gplib.1.gz
+man/fr/man1/gplink.1.gz
+man/fr/man1/gpstrip.1.gz
+man/fr/man1/gputils.1.gz
+man/fr/man1/gpvc.1.gz
+man/fr/man1/gpvo.1.gz
+man/man1/gpasm.1.gz
+man/man1/gpdasm.1.gz
+man/man1/gplib.1.gz
+man/man1/gplink.1.gz
+man/man1/gpstrip.1.gz
+man/man1/gputils.1.gz
+man/man1/gpvc.1.gz
+man/man1/gpvo.1.gz
%%DATADIR%%/header/coff.inc
%%DATADIR%%/header/mcp250xx.inc
%%DATADIR%%/header/memory.inc
More information about the svn-ports-all
mailing list