svn commit: r344276 - head/devel/libepp-nicbr
Martin Wilke
miwi at FreeBSD.org
Fri Feb 14 16:21:35 UTC 2014
Author: miwi
Date: Fri Feb 14 16:21:34 2014
New Revision: 344276
URL: http://svnweb.freebsd.org/changeset/ports/344276
QAT: https://qat.redports.org/buildarchive/r344276/
Log:
- Remove useless bmake/fmake check
- Stage support
- Convert USE_GMAKE to USES
Modified:
head/devel/libepp-nicbr/Makefile
Modified: head/devel/libepp-nicbr/Makefile
==============================================================================
--- head/devel/libepp-nicbr/Makefile Fri Feb 14 16:19:22 2014 (r344275)
+++ head/devel/libepp-nicbr/Makefile Fri Feb 14 16:21:34 2014 (r344276)
@@ -28,11 +28,8 @@ DATADIR= ${PREFIX}/share/${PORTNAME:S/-/
PLIST_SUB= VER="${PORTVERSION}"
-.if defined(.PARSEDIR)
-USE_GMAKE= yes
-.endif
+USES= gmake
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MREADLINE}
More information about the svn-ports-all
mailing list