diff options
author | steve <steve@FreeBSD.org> | 1998-08-17 00:34:45 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-17 00:34:45 +0000 |
commit | 3afff427ccf3b2d13b83ea2b407a7c647780cd8c (patch) | |
tree | 215a1d3db1fc731978e74409510acfbde7631be2 /www/webalizer-2/Makefile | |
parent | 4f90f353593ac16efb40c30de928d7af4a4b0897 (diff) | |
download | FreeBSD-ports-3afff427ccf3b2d13b83ea2b407a7c647780cd8c.zip FreeBSD-ports-3afff427ccf3b2d13b83ea2b407a7c647780cd8c.tar.gz |
Update to version 1.20-07.
PR: 7563
Submitted by: Ron Rosson <insane@oneinsane.net>
Diffstat (limited to 'www/webalizer-2/Makefile')
-rw-r--r-- | www/webalizer-2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile index d713524..cbf65d6 100644 --- a/www/webalizer-2/Makefile +++ b/www/webalizer-2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: webalizer -# Version required: 1.12 +# Version required: 1.20 # Date created: 02.Jun 1998 # Whom: dirk.meyer@dinoex.sub.org # -# $Id: Makefile,v 1.2 1998/07/30 13:23:24 andreas Exp $ +# $Id: Makefile,v 1.3 1998/07/31 08:48:02 andreas Exp $ -DISTNAME= webalizer-1.12-09-src -PKGNAME= webalizer-1.12 +DISTNAME= webalizer-1.20-07-src +PKGNAME= webalizer-1.20 CATEGORIES= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ ftp://ftp.dinoex.sub.de/pub/approved/ @@ -59,7 +59,7 @@ do-install: post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/webalizer -.for i in CHANGES COPYING Copyright README TODO webalizer.LSM +.for i in CHANGES COPYING Copyright README webalizer.LSM @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/webalizer/${i} .endfor .endif |