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