From c58f42709e54c9f6c52fbb647624168044dddc93 Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 25 Mar 1998 12:33:28 +0000 Subject: Move headers into a subdirectory (${PREFIX}/include/www) and add config.h so that other programs will compile. --- www/libwww/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/libwww/Makefile') 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 -- cgit