summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-03 10:02:04 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-03 10:02:04 +0000
commit0c676f8a64a7f55fb66e1e163bff815aea9d33d9 (patch)
tree0039b46a4097e1314aba677db9a6c3437eb778f4 /misc
parentUpdate stunnel to 4.07, which incorporates most of our fixes to 4.06 (diff)
Fix plist.
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=125695
Diffstat (limited to 'misc')
-rw-r--r--misc/c-hey/Makefile3
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>