summaryrefslogtreecommitdiff
path: root/print/ghostview/Makefile
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 /print/ghostview/Makefile
parenti'm sorry. (diff)
/bin/sh -> ${SH}
Notes
Notes: svn path=/head/; revision=7303
Diffstat (limited to 'print/ghostview/Makefile')
-rw-r--r--print/ghostview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile
index e4362a31ecf1..791add1e05cb 100644
--- a/print/ghostview/Makefile
+++ b/print/ghostview/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.8 1996/11/18 10:25:35 asami Exp $
+# $Id: Makefile,v 1.9 1997/01/14 09:11:49 asami Exp $
#
DISTNAME= ghostview-1.5
@@ -15,6 +15,6 @@ MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
post-install:
- @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
+ @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>