summaryrefslogtreecommitdiff
path: root/editors/mule-common
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:23:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:23:12 +0000
commit86c528d68180bf9331759aab5cfa3a3cb4f92441 (patch)
tree0bb076fd00f7daa63186baacd613fa8d0961af73 /editors/mule-common
parentUpdates of games Makefiles. I think they work, but don't quote (diff)
Update of editors Makefiles!
Notes
Notes: svn path=/head/; revision=1473
Diffstat (limited to 'editors/mule-common')
-rw-r--r--editors/mule-common/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index 0a02557c8d4a..c75bc8981a4d 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.14 1995/04/09 06:11:12 asami Exp $
+# $Id: Makefile,v 1.15 1995/04/10 08:06:03 jkh Exp $
#
DISTNAME= mule-2.2.2
@@ -34,12 +34,7 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
STRIP=
-PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done
-
-pre-build: ${PREBUILD_COOKIE}
-
-${PREBUILD_COOKIE}:
+pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
- @${TOUCH} ${TOUCH_FLAGS} ${PREBUILD_COOKIE}
.include <bsd.port.mk>