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 | |
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')
-rw-r--r-- | net/pancho/Makefile | 4 | ||||
-rw-r--r-- | net/pancho/distinfo | 2 | ||||
-rw-r--r-- | net/pancho/pkg-plist | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/net/pancho/Makefile b/net/pancho/Makefile index d6114cafcbcf..ee5c9b52aaa8 100644 --- a/net/pancho/Makefile +++ b/net/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 diff --git a/net/pancho/distinfo b/net/pancho/distinfo index 964d88f5325e..2031c07ba2ff 100644 --- a/net/pancho/distinfo +++ b/net/pancho/distinfo @@ -1 +1 @@ -MD5 (pancho-v5.0.tar.gz) = 2c592a8c80a87ff80f2d9a36e85f9efe +MD5 (pancho-v5.4.tar.gz) = cacb74bb27fe9579caee7b9bbd804afd diff --git a/net/pancho/pkg-plist b/net/pancho/pkg-plist index 53f92b95bd99..9179f0458ae6 100644 --- a/net/pancho/pkg-plist +++ b/net/pancho/pkg-plist @@ -1,7 +1,6 @@ bin/pancho %%PORTDOCS%%share/doc/pancho/README %%PORTDOCS%%share/doc/pancho/LOGGING -%%PORTDOCS%%share/doc/pancho/AUTHOR %%PORTDOCS%%share/doc/pancho/CREDITS %%PORTDOCS%%share/doc/pancho/COPYRIGHT %%PORTDOCS%%@dirrm share/doc/pancho |