aboutsummaryrefslogtreecommitdiff
path: root/net/csup/Makefile
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2006-02-02 00:35:40 +0000
committerMaxime Henrion <mux@FreeBSD.org>2006-02-02 00:35:40 +0000
commit37863a6572716e2286525dbc997dcc839f550a59 (patch)
tree701b72b06b676969a1072f525de825d18d7b3baf /net/csup/Makefile
parent433b76be67cd3941f8a08115c548eabebb561cae (diff)
downloadports-37863a6572716e2286525dbc997dcc839f550a59.tar.gz
ports-37863a6572716e2286525dbc997dcc839f550a59.zip
Notes
Diffstat (limited to 'net/csup/Makefile')
-rw-r--r--net/csup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/csup/Makefile b/net/csup/Makefile
index acf6b75ccb72..da3e50d13175 100644
--- a/net/csup/Makefile
+++ b/net/csup/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= csup
-PORTVERSION= 20060127
+PORTVERSION= 20060202
CATEGORIES= net devel
MASTER_SITES= http://www.mu.org/~mux/
DISTNAME= ${PORTNAME}-snap-${PORTVERSION}
@@ -17,6 +17,7 @@ MAINTAINER= mux@FreeBSD.org
COMMENT= A rewrite of the CVSup file updating client in C
WRKSRC= ${WRKDIR}/${PORTNAME}
-PLIST_FILES= bin/csup
+PLIST_FILES= bin/csup \
+ man/man1/csup.1.gz
.include <bsd.port.mk>