svn commit: r344542 - head/cad/findhier

Emanuel Haupt ehaupt at FreeBSD.org
Sun Feb 16 12:02:45 UTC 2014


Author: ehaupt
Date: Sun Feb 16 12:02:44 2014
New Revision: 344542
URL: http://svnweb.freebsd.org/changeset/ports/344542
QAT: https://qat.redports.org/buildarchive/r344542/

Log:
  Support staging

Modified:
  head/cad/findhier/Makefile

Modified: head/cad/findhier/Makefile
==============================================================================
--- head/cad/findhier/Makefile	Sun Feb 16 11:49:32 2014	(r344541)
+++ head/cad/findhier/Makefile	Sun Feb 16 12:02:44 2014	(r344542)
@@ -11,13 +11,10 @@ MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Hierarchy Viewer for magic/CIF/GDSII/PCSTR/GED/TeX
 
 NO_WRKSUBDIR=	yes
-PLIST_FILES=	bin/fh
+PLIST_FILES=	bin/fh man/man1/fh.1.gz
 
-MAN1=		fh.1
-
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/fh ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/fh.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/fh ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/fh.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list