svn commit: r343843 - head/sysutils/superiotool

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 05:54:27 UTC 2014


Author: miwi
Date: Wed Feb 12 05:54:26 2014
New Revision: 343843
URL: http://svnweb.freebsd.org/changeset/ports/343843
QAT: https://qat.redports.org/buildarchive/r343843/

Log:
  - Stage support

Modified:
  head/sysutils/superiotool/Makefile

Modified: head/sysutils/superiotool/Makefile
==============================================================================
--- head/sysutils/superiotool/Makefile	Wed Feb 12 05:07:31 2014	(r343842)
+++ head/sysutils/superiotool/Makefile	Wed Feb 12 05:54:26 2014	(r343843)
@@ -17,16 +17,15 @@ ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=The tool is for x86-specific hardware
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
-PLIST_FILES=	sbin/superiotool
-MAN8=		superiotool.8
+PLIST_FILES=	sbin/superiotool \
+		man/man8/superiotool.8.gz
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 UPSTREAM_VERS=	4.0-2827-g1a00cf0
 MAKE_ENV+=	VERSION=-DSUPERIOTOOL_VERSION='\"${UPSTREAM_VERS}\"'
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
 


More information about the svn-ports-all mailing list