diff options
author | jseger <jseger@FreeBSD.org> | 1998-02-08 02:24:54 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-02-08 02:24:54 +0000 |
commit | 791d31deca54075e1438c2bc83aa5132d9ec5fb7 (patch) | |
tree | 7038e91349b22b4ce413d5968b1d757b369f971b /www/libwww/Makefile | |
parent | 365b6dc29c7bb2641d068c9c1d3981be16b0cad9 (diff) | |
download | FreeBSD-ports-791d31deca54075e1438c2bc83aa5132d9ec5fb7.zip FreeBSD-ports-791d31deca54075e1438c2bc83aa5132d9ec5fb7.tar.gz |
Upgrade to version 5.1h and add MAINTAINER line (forgotten in last commit).
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index ba28acb..5035496 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,16 +1,18 @@ # New ports collection makefile for: libwww -# Version required: 5.1f +# Version required: 5.1h # Date created: 18 Feb 1996 # Whom: torstenb # -# $Id: Makefile,v 1.3 1997/06/26 16:49:32 max Exp $ +# $Id: Makefile,v 1.4 1998/01/23 21:15:15 jseger Exp $ # -DISTNAME= w3c-libwww-5.1f -PKGNAME= libwww-5.1f +DISTNAME= w3c-libwww-5.1h +PKGNAME= libwww-5.1h CATEGORIES= www devel MASTER_SITES= ftp://ftp.w3.org/pub/libwww/ +MAINTAINER= jseger@FreeBSD.org + GNU_CONFIGURE= yes USE_GMAKE= yes DOCDIR= ${PREFIX}/share/doc/libwww |