summaryrefslogtreecommitdiffstats
path: root/x11-wm/icewm/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-12-02 05:13:27 +0000
committerasami <asami@FreeBSD.org>1998-12-02 05:13:27 +0000
commit95098b607a7c3d44136f3d2643fbe730b02498c0 (patch)
tree7bb45c946a6550565becfed41ed62c38f14c7cda /x11-wm/icewm/Makefile
parent563136f1909bb5424a89db962bb148cb3a04d800 (diff)
downloadFreeBSD-ports-95098b607a7c3d44136f3d2643fbe730b02498c0.zip
FreeBSD-ports-95098b607a7c3d44136f3d2643fbe730b02498c0.tar.gz
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).
Diffstat (limited to 'x11-wm/icewm/Makefile')
-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 3a07e1b..b94b6b8 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:
OpenPOWER on IntegriCloud