svn commit: r360883 - head/print/dviselect

Pawel Pekala pawel at FreeBSD.org
Sun Jul 6 11:41:28 UTC 2014


Author: pawel
Date: Sun Jul  6 11:41:27 2014
New Revision: 360883
URL: http://svnweb.freebsd.org/changeset/ports/360883
QAT: https://qat.redports.org/buildarchive/r360883/

Log:
  Add staging support

Modified:
  head/print/dviselect/Makefile

Modified: head/print/dviselect/Makefile
==============================================================================
--- head/print/dviselect/Makefile	Sun Jul  6 11:41:03 2014	(r360882)
+++ head/print/dviselect/Makefile	Sun Jul  6 11:41:27 2014	(r360883)
@@ -15,8 +15,10 @@ COMMENT=	Extract pages from DVI files
 
 SCRIPTS_ENV=	CFLAGS="${CFLAGS}"
 
-MAN1=		dviselect.1
-PLIST_FILES=	bin/dviselect
+PLIST_FILES=	bin/dviselect man/man1/dviselect.1.gz
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/dviselect ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/dviselect.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list