aboutsummaryrefslogtreecommitdiff
path: root/lang/pike70/Makefile
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-01-29 22:43:25 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-01-29 22:43:25 +0000
commit82ae2d540d52b2de0b2888e96474b64119962274 (patch)
tree23221cfcc95893547366c0abcd09ffb747300007 /lang/pike70/Makefile
parent142e06cf659f73812cf98fe64fba3dfd96e29ea2 (diff)
downloadports-82ae2d540d52b2de0b2888e96474b64119962274.tar.gz
ports-82ae2d540d52b2de0b2888e96474b64119962274.zip
Get this to clean up it's Makefile.inc.
Notes
Notes: svn path=/head/; revision=25294
Diffstat (limited to 'lang/pike70/Makefile')
-rw-r--r--lang/pike70/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/pike70/Makefile b/lang/pike70/Makefile
index 7543014e8472..221844aa805b 100644
--- a/lang/pike70/Makefile
+++ b/lang/pike70/Makefile
@@ -33,4 +33,7 @@ CONFIGURE_ARGS?= \
pre-configure:
@${ECHO} ${CONFIGURE_ARGS}
+pre-clean:
+ @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
+
.include <bsd.port.mk>