diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-03 18:02:04 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-03 18:02:04 +0800 |
commit | 0c676f8a64a7f55fb66e1e163bff815aea9d33d9 (patch) | |
tree | 0039b46a4097e1314aba677db9a6c3437eb778f4 /misc/c-hey | |
parent | 3decfd3c3c2b76dc4a55118cca3e93ef8aafa779 (diff) | |
download | freebsd-ports-gnome-0c676f8a64a7f55fb66e1e163bff815aea9d33d9.tar.gz freebsd-ports-gnome-0c676f8a64a7f55fb66e1e163bff815aea9d33d9.tar.zst freebsd-ports-gnome-0c676f8a64a7f55fb66e1e163bff815aea9d33d9.zip |
Fix plist.
Approved by: portmgr (implicit)
Diffstat (limited to 'misc/c-hey')
-rw-r--r-- | misc/c-hey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/c-hey/Makefile b/misc/c-hey/Makefile index f4180c7ae99f..61410d3ac829 100644 --- a/misc/c-hey/Makefile +++ b/misc/c-hey/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/c-hey_cvs_latest/c-hey GNU_CONFIGURE= yes MAN1= c-hey.1 -PLIST_FILES= bin/c-hey +MLINKS= c-hey.1 hey.1 +PLIST_FILES= bin/c-hey bin/hey .include <bsd.port.mk> |