diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-16 20:02:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-16 20:02:44 +0800 |
commit | ebd0ece5663ad14421510078555d68ed7694f948 (patch) | |
tree | bb742fa6c8168e9324f7e53974aebd3b607cdf70 /cad | |
parent | bc43a3bc2cb60b6f755b64f3a540b0b844bfc970 (diff) | |
download | freebsd-ports-gnome-ebd0ece5663ad14421510078555d68ed7694f948.tar.gz freebsd-ports-gnome-ebd0ece5663ad14421510078555d68ed7694f948.tar.zst freebsd-ports-gnome-ebd0ece5663ad14421510078555d68ed7694f948.zip |
Support staging
Diffstat (limited to 'cad')
-rw-r--r-- | cad/findhier/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cad/findhier/Makefile b/cad/findhier/Makefile index be8208e7a3a0..4ee127f2f903 100644 --- a/cad/findhier/Makefile +++ b/cad/findhier/Makefile @@ -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> |