diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-02 05:13:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-02 05:13:27 +0000 |
commit | 55a32b555520e729a123c912080a8e8256254cea (patch) | |
tree | d33246b262ce3e22483b4ea06f7774ee80483331 /x11-wm/icewm/Makefile | |
parent | f16405eb8af0fce27006e1733fc5f9695519f87f (diff) |
Notes
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r-- | x11-wm/icewm/Makefile | 8 |
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: |