diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-26 17:17:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-26 17:17:30 +0000 |
commit | fce96b1a4897147db88a08186176742308ffa9ce (patch) | |
tree | a7160a042043007769f3f75df53d9e5397bb656d /math | |
parent | f3d9f368f7627b29203190f6ca6ff9a3448ef13a (diff) | |
download | ports-fce96b1a4897147db88a08186176742308ffa9ce.tar.gz ports-fce96b1a4897147db88a08186176742308ffa9ce.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ised/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ised/Makefile b/math/ised/Makefile index 4f448fbee6cb..1d47105a03e8 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -15,7 +15,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GCC= yes -PLIST_FILES= bin/${PORTNAME} ${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |