aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-i18n
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
commit8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch)
tree90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /x11-wm/afterstep-i18n
parentaf5f314286ac9e406765f8c4bdc4a1cad6826c8e (diff)
downloadports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.tar.gz
ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.zip
sed -> ${SED}
Notes
Notes: svn path=/head/; revision=21048
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 41c89b7403a6..16c5468cf8b9 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.5 1999/01/18 06:38:08 asami Exp $
+# $Id: Makefile,v 1.6 1999/02/21 21:51:00 billf Exp $
#
DISTNAME= AfterStep-1.0
@@ -49,7 +49,7 @@ post-patch:
@ for i in ${SRCDIRS}; do \
cd ${WRKSRC}/$$i; \
mv Imakefile Imakefile.orig; \
- sed -e 's/#ifdef AlphaArchitecture/#if defined(AlphaArchitecture) \&\& !defined(FreeBSDArchitecture)/' < Imakefile.orig > Imakefile; \
+ ${SED} -e 's/#ifdef AlphaArchitecture/#if defined(AlphaArchitecture) \&\& !defined(FreeBSDArchitecture)/' < Imakefile.orig > Imakefile; \
done
pre-build: