summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-02 05:13:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-02 05:13:27 +0000
commit55a32b555520e729a123c912080a8e8256254cea (patch)
treed33246b262ce3e22483b4ea06f7774ee80483331
parentDon't use NO_WRKDIR. (diff)
Gawd, please don't overwrite a patch in ${PATCHDIR}. It wasn't cleaning up
after itself either (although you shouldn't write anything in ${PATCHDIR} in the first place).
Notes
Notes: svn path=/head/; revision=15049
-rw-r--r--x11-wm/icewm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 3a07e1ba93f8..b94b6b8e1e56 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 August 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.22 1998/11/16 16:12:57 vanilla Exp $
+# $Id: Makefile,v 1.23 1998/11/23 18:21:39 vanilla Exp $
#
DISTNAME= icewm-0.9.18
@@ -34,12 +34,12 @@ ICEOPTION+= --with-imlib --with-gnome
pre-patch:
.if defined(TITLE_BOTTOM)
- ${CP} ${FILESDIR}/patch-titlebottom ${PATCHDIR}/patch-ac
+ ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-titlebottom
.else
- ${CP} ${FILESDIR}/patch-titletop ${PATCHDIR}/patch-ac
+ ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-titletop
.endif
.if defined(GNOME)
- ${CP} ${FILESDIR}/patch-gnome ${PATCHDIR}
+ ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-gnome
.endif
do-configure: