aboutsummaryrefslogtreecommitdiffstats
path: root/mail/youbin
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-07-14 02:49:31 +0800
committermax <max@FreeBSD.org>1997-07-14 02:49:31 +0800
commitd9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch)
tree90fa7ca1dda4490c9b02cdbbb089050298c3c37d /mail/youbin
parent0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff)
downloadfreebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz
freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.zst
freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip
/bin/sh -> ${SH}
Diffstat (limited to 'mail/youbin')
-rw-r--r--mail/youbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile
index 630deae959ea..31c7c699e9d7 100644
--- a/mail/youbin/Makefile
+++ b/mail/youbin/Makefile
@@ -3,7 +3,7 @@
# Date created: 09 Aug 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.8 1997/04/21 04:05:14 max Exp $
+# $Id: Makefile,v 1.9 1997/04/21 10:09:14 max Exp $
#
DISTNAME= youbin-2.13
@@ -31,6 +31,6 @@ post-install:
echo "fi" >> ${STARTUP_SCRIPT} ; \
chmod 755 ${STARTUP_SCRIPT} ; \
fi
- @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
+ @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>