diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-11 03:20:11 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-11 03:20:11 +0000 |
commit | bd7566ba26180bcc255550b4827b3ea116cf9577 (patch) | |
tree | fffeb48d055767b1d7c06decc1efe3aeb790c3b9 /www/libwww/Makefile | |
parent | 247235acb704af75e5d6d643f3b11bf8940177a5 (diff) | |
download | ports-bd7566ba26180bcc255550b4827b3ea116cf9577.tar.gz ports-bd7566ba26180bcc255550b4827b3ea116cf9577.zip |
Upgrade to 5.1l.
Notes
Notes:
svn path=/head/; revision=10468
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index d7049c3e08e9..b275d5033a22 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: libwww -# Version required: 5.1j +# Version required: 5.1l # Date created: 18 Feb 1996 # Whom: torstenb # -# $Id: Makefile,v 1.7 1998/03/15 17:34:41 jseger Exp $ +# $Id: Makefile,v 1.8 1998/03/25 12:33:26 tg Exp $ # -DISTNAME= w3c-libwww-5.1j -PKGNAME= libwww-5.1j +PKGNAME= libwww-5.1l +DISTNAME= w3c-${PKGNAME} CATEGORIES= www devel MASTER_SITES= ftp://ftp.w3.org/pub/libwww/ @@ -18,9 +18,6 @@ USE_GMAKE= yes DOCDIR= ${PREFIX}/share/doc/libwww post-install: - @${MKDIR} ${PREFIX}/include/www - ${INSTALL_DATA} ${WRKSRC}/Library/src/*.h ${PREFIX}/include/www - ${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/www @${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR}/User |