aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-i18n
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
commit3262cce303b354dfda0c0b11bbbda803a827665b (patch)
treec032983554a8629dd6dfa9af9f4d687c43e5ac6f /x11-wm/afterstep-i18n
parent50af3342991a28fc1e594857fcef03e5fdf80c19 (diff)
downloadports-3262cce303b354dfda0c0b11bbbda803a827665b.tar.gz
ports-3262cce303b354dfda0c0b11bbbda803a827665b.zip
Notes
Diffstat (limited to 'x11-wm/afterstep-i18n')
-rw-r--r--x11-wm/afterstep-i18n/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile
index 16c5468cf8b9..1dbd1e1cafdb 100644
--- a/x11-wm/afterstep-i18n/Makefile
+++ b/x11-wm/afterstep-i18n/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 October 1998
# Whom: issei@jp.FreeBSD.ORG
#
-# $Id: Makefile,v 1.6 1999/02/21 21:51:00 billf Exp $
+# $Id: Makefile,v 1.7 1999/08/28 02:17:33 mharo Exp $
#
DISTNAME= AfterStep-1.0
@@ -48,7 +48,7 @@ post-patch:
@ ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/steprc.ja.diff
@ for i in ${SRCDIRS}; do \
cd ${WRKSRC}/$$i; \
- mv Imakefile Imakefile.orig; \
+ ${MV} Imakefile Imakefile.orig; \
${SED} -e 's/#ifdef AlphaArchitecture/#if defined(AlphaArchitecture) \&\& !defined(FreeBSDArchitecture)/' < Imakefile.orig > Imakefile; \
done