svn commit: r345950 - head/print/poster

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 09:32:39 UTC 2014


Author: ehaupt
Date: Tue Feb 25 09:32:38 2014
New Revision: 345950
URL: http://svnweb.freebsd.org/changeset/ports/345950
QAT: https://qat.redports.org/buildarchive/r345950/

Log:
  Support staging

Modified:
  head/print/poster/Makefile

Modified: head/print/poster/Makefile
==============================================================================
--- head/print/poster/Makefile	Tue Feb 25 09:30:52 2014	(r345949)
+++ head/print/poster/Makefile	Tue Feb 25 09:32:38 2014	(r345950)
@@ -15,12 +15,10 @@ MAKEFILE=	/dev/null
 MAKE_ENV=	LDLIBS="-lm"
 NO_WRKSUBDIR=	yes
 
-MAN1=		poster.1
-PLIST_FILES=	bin/poster
+PLIST_FILES=	bin/poster man/man1/poster.1.gz
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
-	@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${PREFIX}/man/man1/
+	${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list