diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 4ea1177771960cdf6cbcee78db1b8afa6d678858 (patch) | |
tree | 58e7abcdb7f57e16ff96f071c49c88244a440598 /x11-wm/afterstep-i18n | |
parent | fa1d1e4d83108ff37c97627528c2face622cdd11 (diff) | |
download | FreeBSD-ports-4ea1177771960cdf6cbcee78db1b8afa6d678858.zip FreeBSD-ports-4ea1177771960cdf6cbcee78db1b8afa6d678858.tar.gz |
sed -> ${SED}
Diffstat (limited to 'x11-wm/afterstep-i18n')
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index 41c89b7..16c5468 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: |