diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-31 16:21:26 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-31 16:21:26 +0000 |
commit | e87d51765594f7c0467a73920e59fe91532c04c8 (patch) | |
tree | d17849ec6cd51be77ab70f13b18b16bcead72162 /net/pancho/Makefile | |
parent | 6387efb6a9c57116e35cd1003ed023d3bbfeecc6 (diff) |
Notes
Diffstat (limited to 'net/pancho/Makefile')
-rw-r--r-- | net/pancho/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |