diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-25 19:09:05 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-25 19:09:05 +0000 |
commit | 73f507b93e84fce2e0993a4fe4c3cbb058fb3721 (patch) | |
tree | 074c99be6f2465c980bca6398389750390b767bc /math/ised | |
parent | 6a26e6b45ebf9a3fa37d03be2df2a55fea9fb1f0 (diff) | |
download | ports-73f507b93e84fce2e0993a4fe4c3cbb058fb3721.tar.gz ports-73f507b93e84fce2e0993a4fe4c3cbb058fb3721.zip |
Notes
Diffstat (limited to 'math/ised')
-rw-r--r-- | math/ised/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/ised/Makefile b/math/ised/Makefile index 6b273e3b98a4..4f448fbee6cb 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -15,13 +15,10 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GCC= yes -MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} ${PORTNAME}.1.gz -PLIST_FILES= bin/${PORTNAME} - -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include <bsd.port.mk> |