summaryrefslogtreecommitdiffstats
path: root/devel/gnu-automake
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-06-13 20:01:42 +0000
committermax <max@FreeBSD.org>1997-06-13 20:01:42 +0000
commit93e3c12818f8e81f7eff3d80ab081d36a8fa55e2 (patch)
treed858f82b03b2006d6964de44cf5818026bfc1553 /devel/gnu-automake
parent6cb992bd6309e84ac9b7f953f06eb7b8b9e67ede (diff)
downloadFreeBSD-ports-93e3c12818f8e81f7eff3d80ab081d36a8fa55e2.zip
FreeBSD-ports-93e3c12818f8e81f7eff3d80ab081d36a8fa55e2.tar.gz
sed -> ${SED}.
@'ed install-info related commands.
Diffstat (limited to 'devel/gnu-automake')
-rw-r--r--devel/gnu-automake/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile
index dde155d..564e7cd 100644
--- a/devel/gnu-automake/Makefile
+++ b/devel/gnu-automake/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 March 1997
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1997/05/27 16:40:49 max Exp $
+# $Id: Makefile,v 1.2 1997/06/13 06:49:31 max Exp $
#
DISTNAME= automake-1.0
@@ -16,9 +16,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=/usr/bin/perl
post-install:
- if [ ! -f ${PREFIX}/info/dir ]; then \
- sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
- install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
+ @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir
.include <bsd.port.mk>
OpenPOWER on IntegriCloud