aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-16 20:02:44 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-16 20:02:44 +0800
commitebd0ece5663ad14421510078555d68ed7694f948 (patch)
treebb742fa6c8168e9324f7e53974aebd3b607cdf70 /cad
parentbc43a3bc2cb60b6f755b64f3a540b0b844bfc970 (diff)
downloadfreebsd-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/Makefile9
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>