Support staging

This commit is contained in:
Emanuel Haupt 2014-02-16 12:02:44 +00:00
parent 7d4bd5dedb
commit 6deefd29a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344542

View File

@ -11,13 +11,10 @@ MAINTAINER= hrs@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>