diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-07-01 11:28:26 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-07-01 11:28:26 +0000 |
commit | 32d18d159928c1ed3358c8a885b96a092d332219 (patch) | |
tree | a2b127cda1bc7975d116befc8bf7d0a04675a97b /www/mod_php4/Makefile | |
parent | ec36914201a0bf15ce7ce39f4a0350cd159675de (diff) | |
download | ports-32d18d159928c1ed3358c8a885b96a092d332219.tar.gz ports-32d18d159928c1ed3358c8a885b96a092d332219.zip |
Notes
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r-- | www/mod_php4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 222fa45169d0..21c7d56a3e1b 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.78 1999/06/18 02:40:11 billf Exp $ +# $Id: Makefile,v 1.79 1999/06/26 11:53:00 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -130,7 +130,7 @@ post-install: .for i in README LICENSE ABOUT_APACHE ${INSTALL_DATA} ${WRKSRC}/$i ${APACHEDOCDIR} .endfor -.for i in CODING_STANDARDS EXTENSION_STATUS LICENSE +.for i in CODING_STANDARDS LICENSE ${INSTALL_DATA} ${WRKDIR}/php-${VERSION_PHP3}/$i ${PHP3DOCDIR} .endfor @${ECHO} "Docs reside in ${APACHEDOCDIR}" |