aboutsummaryrefslogtreecommitdiff
path: root/net/cap
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-13 18:49:31 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-13 18:49:31 +0000
commit75c141cc7d736952bf07a9d39dec314d0eec2756 (patch)
tree256308edd11c3a6acf6a107bbdda9994cd8db1b9 /net/cap
parent076399b59945682d4b7e91d2fe8f4fdf2995361c (diff)
downloadports-75c141cc7d736952bf07a9d39dec314d0eec2756.tar.gz
ports-75c141cc7d736952bf07a9d39dec314d0eec2756.zip
/bin/sh -> ${SH}
Notes
Notes: svn path=/head/; revision=7303
Diffstat (limited to 'net/cap')
-rw-r--r--net/cap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cap/Makefile b/net/cap/Makefile
index 37a7222a8066..5e4071339bfa 100644
--- a/net/cap/Makefile
+++ b/net/cap/Makefile
@@ -3,7 +3,7 @@
# Date created: 09 Nov 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1996/12/01 12:08:47 max Exp $
+# $Id: Makefile,v 1.2 1997/06/10 16:28:36 max Exp $
#
DISTNAME= cap60.pl100
@@ -100,6 +100,6 @@ post-install:
@ln -fs ${PREFIX}/man/man3/CAP.3${GZ} ${PREFIX}/man/man3/${f}.3${GZ}
.endfor
@ln -fs ${PREFIX}/man/man8/papif.8${GZ} ${PREFIX}/man/man8/papof.8${GZ}
- @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
+ @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include "bsd.port.mk"