aboutsummaryrefslogtreecommitdiff
path: root/math/ised
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-09-25 19:09:05 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-09-25 19:09:05 +0000
commit73f507b93e84fce2e0993a4fe4c3cbb058fb3721 (patch)
tree074c99be6f2465c980bca6398389750390b767bc /math/ised
parent6a26e6b45ebf9a3fa37d03be2df2a55fea9fb1f0 (diff)
downloadports-73f507b93e84fce2e0993a4fe4c3cbb058fb3721.tar.gz
ports-73f507b93e84fce2e0993a4fe4c3cbb058fb3721.zip
Notes
Diffstat (limited to 'math/ised')
-rw-r--r--math/ised/Makefile9
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>