diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-12 04:18:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-12 04:18:47 +0000 |
commit | a147e1cee7ff1b0488d744127b31cf90690a89e5 (patch) | |
tree | 25f54f49667608f56d2f6bb6c606ccb10bab190c /www | |
parent | e012fa0c1f7b6b1809375b40cb10aa598ab4f51e (diff) | |
download | ports-a147e1cee7ff1b0488d744127b31cf90690a89e5.tar.gz ports-a147e1cee7ff1b0488d744127b31cf90690a89e5.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/Makefile | 6 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 6 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 2bf6b15e504b..e6d94e4b5098 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/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.58 1998/12/02 20:32:02 billf Exp $ +# $Id: Makefile,v 1.59 1998/12/05 09:36:59 obrien Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -125,7 +125,6 @@ clean: @${MAKE} clean-depends .endif @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" -.if !defined(NO_WRKDIR) @if [ -d ${WRKDIR} ]; then \ if [ -w ${WRKDIR} ]; then \ ${RM} -rf ${WRKDIR}; \ @@ -133,9 +132,6 @@ clean: ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ fi; \ fi -.else - @${RM} -f ${WRKDIR}/.*_done ${TMPPLIST} -.endif @${RM} -f Makefile.inc .if exists(Makefile.inc) diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 2bf6b15e504b..e6d94e4b5098 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.58 1998/12/02 20:32:02 billf Exp $ +# $Id: Makefile,v 1.59 1998/12/05 09:36:59 obrien Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -125,7 +125,6 @@ clean: @${MAKE} clean-depends .endif @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" -.if !defined(NO_WRKDIR) @if [ -d ${WRKDIR} ]; then \ if [ -w ${WRKDIR} ]; then \ ${RM} -rf ${WRKDIR}; \ @@ -133,9 +132,6 @@ clean: ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ fi; \ fi -.else - @${RM} -f ${WRKDIR}/.*_done ${TMPPLIST} -.endif @${RM} -f Makefile.inc .if exists(Makefile.inc) diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 2bf6b15e504b..e6d94e4b5098 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/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.58 1998/12/02 20:32:02 billf Exp $ +# $Id: Makefile,v 1.59 1998/12/05 09:36:59 obrien Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -125,7 +125,6 @@ clean: @${MAKE} clean-depends .endif @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" -.if !defined(NO_WRKDIR) @if [ -d ${WRKDIR} ]; then \ if [ -w ${WRKDIR} ]; then \ ${RM} -rf ${WRKDIR}; \ @@ -133,9 +132,6 @@ clean: ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ fi; \ fi -.else - @${RM} -f ${WRKDIR}/.*_done ${TMPPLIST} -.endif @${RM} -f Makefile.inc .if exists(Makefile.inc) |