diff options
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 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: |