svn commit: r345949 - head/print/pic2fig

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 09:30:53 UTC 2014


Author: ehaupt
Date: Tue Feb 25 09:30:52 2014
New Revision: 345949
URL: http://svnweb.freebsd.org/changeset/ports/345949
QAT: https://qat.redports.org/buildarchive/r345949/

Log:
  Support staging

Modified:
  head/print/pic2fig/Makefile

Modified: head/print/pic2fig/Makefile
==============================================================================
--- head/print/pic2fig/Makefile	Tue Feb 25 09:28:41 2014	(r345948)
+++ head/print/pic2fig/Makefile	Tue Feb 25 09:30:52 2014	(r345949)
@@ -14,12 +14,10 @@ COMMENT=	Pic format to fig format conver
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 CFLAGS+=	-Wno-return-type
-MAN1=		pic2fig.1
-PLIST_FILES=	bin/pic2fig
+PLIST_FILES=	bin/pic2fig man/man1/pic2fig.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} -m 755 ${WRKSRC}/pic2fig ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/pic2fig ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/pic2fig.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list