diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-25 12:33:28 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-25 12:33:28 +0000 |
commit | 918fceed9e8584a28f2c410bf7270496cd335229 (patch) | |
tree | 9563e0ca40575c83d1dea8883646332066ee66fc /www/libwww/Makefile | |
parent | 0155d87e8da25c2186dbeac451255a9860727c4c (diff) | |
download | ports-918fceed9e8584a28f2c410bf7270496cd335229.tar.gz ports-918fceed9e8584a28f2c410bf7270496cd335229.zip |
Move headers into a subdirectory (${PREFIX}/include/www)
and add config.h so that other programs will compile.
Notes
Notes:
svn path=/head/; revision=10311
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 |