diff options
author | tg <tg@FreeBSD.org> | 1998-03-25 20:33:28 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-25 20:33:28 +0800 |
commit | c58f42709e54c9f6c52fbb647624168044dddc93 (patch) | |
tree | dd140812b59b1da4e12ad7e38010f15d6a2dc271 /www/libwww/Makefile | |
parent | bff9ee7e06ba4cabcca036de3c221cc753519cf7 (diff) | |
download | freebsd-ports-gnome-c58f42709e54c9f6c52fbb647624168044dddc93.tar.gz freebsd-ports-gnome-c58f42709e54c9f6c52fbb647624168044dddc93.tar.zst freebsd-ports-gnome-c58f42709e54c9f6c52fbb647624168044dddc93.zip |
Move headers into a subdirectory (${PREFIX}/include/www)
and add config.h so that other programs will compile.
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 12108077b5de..d7049c3e08e9 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb 1996 # Whom: torstenb # -# $Id: Makefile,v 1.6 1998/02/22 21:44:49 jseger Exp $ +# $Id: Makefile,v 1.7 1998/03/15 17:34:41 jseger Exp $ # DISTNAME= w3c-libwww-5.1j @@ -18,7 +18,9 @@ USE_GMAKE= yes DOCDIR= ${PREFIX}/share/doc/libwww post-install: - ${INSTALL_DATA} ${WRKSRC}/Library/src/*.h ${PREFIX}/include + @${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 |