diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-17 09:18:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-17 09:18:48 +0000 |
commit | 81dd8bc5a73b0b9931da7ef933d2595f25e362d6 (patch) | |
tree | 20c6e1bd1a0b741bbbf2caa55869d4ef182e55ca /japanese/alias-fonts/Makefile | |
parent | 3ebf1856702e2b48702e88d378ec3640c47aab67 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=15394
Diffstat (limited to 'japanese/alias-fonts/Makefile')
-rw-r--r-- | japanese/alias-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/alias-fonts/Makefile b/japanese/alias-fonts/Makefile index ce06ad798e97..9b94e4ac4f23 100644 --- a/japanese/alias-fonts/Makefile +++ b/japanese/alias-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> |