svn commit: r345865 - head/net/tableutil

Emanuel Haupt ehaupt at FreeBSD.org
Mon Feb 24 15:17:50 UTC 2014


Author: ehaupt
Date: Mon Feb 24 15:17:50 2014
New Revision: 345865
URL: http://svnweb.freebsd.org/changeset/ports/345865
QAT: https://qat.redports.org/buildarchive/r345865/

Log:
  Support staging

Modified:
  head/net/tableutil/Makefile

Modified: head/net/tableutil/Makefile
==============================================================================
--- head/net/tableutil/Makefile	Mon Feb 24 15:15:32 2014	(r345864)
+++ head/net/tableutil/Makefile	Mon Feb 24 15:17:50 2014	(r345865)
@@ -9,12 +9,10 @@ MASTER_SITES=	http://expiretable.fnord.s
 MAINTAINER=	jameskamlyn at gmail.com
 COMMENT=	Utility for converting and aggregating lists of IP addresses
 
-PLIST_FILES=	bin/tableutil
-MAN1=		tableutil.1
+PLIST_FILES=	bin/tableutil man/man1/tableutil.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list