aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-07 19:35:11 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-07 19:35:11 +0000
commite9a37cdc0105d82a0f4df7816d12b62668421b8a (patch)
tree7255b4b0b4a366dfc1e4237ca057b995237f5e5d /net-im
parentada359f96e02fc862e2ac654b57eba36675b2bcd (diff)
downloadports-e9a37cdc0105d82a0f4df7816d12b62668421b8a.tar.gz
ports-e9a37cdc0105d82a0f4df7816d12b62668421b8a.zip
- Add missing manual page
Reported by: kris via pointyhat Pointy Hat to: rafan
Notes
Notes: svn path=/head/; revision=189450
Diffstat (limited to 'net-im')
-rw-r--r--net-im/tmsnc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/tmsnc/Makefile b/net-im/tmsnc/Makefile
index f697fd514fc8..28e7970f13c1 100644
--- a/net-im/tmsnc/Makefile
+++ b/net-im/tmsnc/Makefile
@@ -15,9 +15,12 @@ MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= A textbased (console) MSN client
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
PLIST_FILES= bin/tmsnc
+MAN1= tmsnc.1
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033)