svn commit: r345948 - head/print/pfbtopfa

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 09:28:41 UTC 2014


Author: ehaupt
Date: Tue Feb 25 09:28:41 2014
New Revision: 345948
URL: http://svnweb.freebsd.org/changeset/ports/345948
QAT: https://qat.redports.org/buildarchive/r345948/

Log:
  Support staging

Modified:
  head/print/pfbtopfa/Makefile

Modified: head/print/pfbtopfa/Makefile
==============================================================================
--- head/print/pfbtopfa/Makefile	Tue Feb 25 09:25:13 2014	(r345947)
+++ head/print/pfbtopfa/Makefile	Tue Feb 25 09:28:41 2014	(r345948)
@@ -10,12 +10,10 @@ MASTER_SITES=	http://www.whizkidtech.red
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Convert PFB files to the PFA format
 
-MAN1=		pfbtopfa.1
-PLIST_FILES=	bin/pfbtopfa
+PLIST_FILES=	bin/pfbtopfa man/man1/pfbtopfa.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list