diff options
author | asami <asami@FreeBSD.org> | 1998-12-17 09:18:48 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-17 09:18:48 +0000 |
commit | 095195ad5b84c247ab7389f7a3c2b038bd9daaae (patch) | |
tree | 769129d1f5998f4b21856166ae5d22dc11060786 /japanese/netscape-fonts/Makefile | |
parent | dd2d35611431057190412a2ad78be6cbcbdd1e7e (diff) | |
download | FreeBSD-ports-095195ad5b84c247ab7389f7a3c2b038bd9daaae.zip FreeBSD-ports-095195ad5b84c247ab7389f7a3c2b038bd9daaae.tar.gz |
We don't need perl5, so call the script with "/usr/bin/perl" instead of
"${PERL}" -- otherwise we'll need to depend on ports/lang/perl5 for -stable.
Diffstat (limited to 'japanese/netscape-fonts/Makefile')
-rw-r--r-- | japanese/netscape-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/netscape-fonts/Makefile b/japanese/netscape-fonts/Makefile index ce06ad7..9b94e4a 100644 --- a/japanese/netscape-fonts/Makefile +++ b/japanese/netscape-fonts/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Jun 1998 # Whom: sada # -# $Id: Makefile,v 1.4 1998/11/20 20:31:20 sada Exp $ +# $Id: Makefile,v 1.5 1998/11/23 08:16:09 asami Exp $ # DISTNAME= ja-netscape-fonts-1.0 @@ -23,6 +23,6 @@ NO_BUILD= yes do-install: @${SETENV} PKG_PREFIX=${PREFIX} \ - ${PERL} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + /usr/bin/perl ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include <bsd.port.mk> |