svn commit: r346303 - head/sysutils/ipsc

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 09:32:25 UTC 2014


Author: ehaupt
Date: Thu Feb 27 09:32:24 2014
New Revision: 346303
URL: http://svnweb.freebsd.org/changeset/ports/346303
QAT: https://qat.redports.org/buildarchive/r346303/

Log:
  Support staging

Modified:
  head/sysutils/ipsc/Makefile

Modified: head/sysutils/ipsc/Makefile
==============================================================================
--- head/sysutils/ipsc/Makefile	Thu Feb 27 09:29:56 2014	(r346302)
+++ head/sysutils/ipsc/Makefile	Thu Feb 27 09:32:24 2014	(r346303)
@@ -15,18 +15,15 @@ BUILD_DEPENDS=	${PRIPS_WRKSRC}/prips.o:$
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 
 ALL_TARGET=	ipsc
-PLIST_FILES=	bin/ipsc
-
-MAN8=	ipsc.8
+PLIST_FILES=	bin/ipsc man/man8/ipsc.8.gz
 
 PRIPS_WRKSRC!=	cd ${.CURDIR}/../prips && ${MAKE} -V WRKSRC
 
-NO_STAGE=	yes
 post-extract:
 	${LN} -s ${PRIPS_WRKSRC} ${WRKDIR}/prips
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${PREFIX}/bin
-	${INSTALL_MAN} ${FILESDIR}/ipsc.8 ${MANPREFIX}/man/man8
+	${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${FILESDIR}/ipsc.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list