diff options
author | eadler <eadler@FreeBSD.org> | 2013-09-27 01:17:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-09-27 01:17:30 +0800 |
commit | 064579a538acdd5bbaf3fead07c04c25541aead1 (patch) | |
tree | a7160a042043007769f3f75df53d9e5397bb656d /math | |
parent | b5df3ba1e48a70b3b8553c974dc28cd5055fbd38 (diff) | |
download | freebsd-ports-gnome-064579a538acdd5bbaf3fead07c04c25541aead1.tar.gz freebsd-ports-gnome-064579a538acdd5bbaf3fead07c04c25541aead1.tar.zst freebsd-ports-gnome-064579a538acdd5bbaf3fead07c04c25541aead1.zip |
Fix pkg-plist for math/ised
Reported by: bsam
Pointyhat to: eadler
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 |