aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/pancho/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-09-01 00:21:26 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-09-01 00:21:26 +0800
commitc334224a617457894994c9240ecb5ec799e2be45 (patch)
tree4f2f3bfd38e8b40f89abee1835fd0ed527da9b55 /net-mgmt/pancho/Makefile
parentfc9a0ffa1bafcf679027af3ff9ad4f6d9a1e5966 (diff)
downloadfreebsd-ports-gnome-c334224a617457894994c9240ecb5ec799e2be45.tar.gz
freebsd-ports-gnome-c334224a617457894994c9240ecb5ec799e2be45.tar.zst
freebsd-ports-gnome-c334224a617457894994c9240ecb5ec799e2be45.zip
Update to 5.4
PR: Nicolas.Jombart@hsc-labs.com Submitted by: maintainer
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