aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pancho/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-08-31 16:21:26 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-08-31 16:21:26 +0000
commite87d51765594f7c0467a73920e59fe91532c04c8 (patch)
treed17849ec6cd51be77ab70f13b18b16bcead72162 /net-mgmt/pancho/Makefile
parent6387efb6a9c57116e35cd1003ed023d3bbfeecc6 (diff)
downloadports-e87d51765594f7c0467a73920e59fe91532c04c8.tar.gz
ports-e87d51765594f7c0467a73920e59fe91532c04c8.zip
Notes
Diffstat (limited to 'net-mgmt/pancho/Makefile')
-rw-r--r--net-mgmt/pancho/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile
index d6114cafcbcf..ee5c9b52aaa8 100644
--- a/net-mgmt/pancho/Makefile
+++ b/net-mgmt/pancho/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pancho
-PORTVERSION= 5.0
+PORTVERSION= 5.4
CATEGORIES= net
MASTER_SITES= ftp://pancho.lunarmedia.net/pancho/ \
http://pancho.lunarmedia.net/
@@ -40,7 +40,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pancho ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/pancho
-.for i in README LOGGING AUTHOR CREDITS COPYRIGHT
+.for i in README LOGGING CREDITS COPYRIGHT
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/pancho
.endfor
.endif