diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-09-01 00:21:26 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-09-01 00:21:26 +0800 |
commit | c334224a617457894994c9240ecb5ec799e2be45 (patch) | |
tree | 4f2f3bfd38e8b40f89abee1835fd0ed527da9b55 /net-mgmt/pancho/Makefile | |
parent | fc9a0ffa1bafcf679027af3ff9ad4f6d9a1e5966 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |