diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-15 00:09:19 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-15 00:09:19 +0000 |
commit | 0ef168d459223e772d603dbb3ff11d2c5500a244 (patch) | |
tree | 356601797ba4d029b30d18536b900fef381a7f1e /japanese/p5-mkres/Makefile | |
parent | 8cd552ab2a2a1b9cbecde3bcb46cf6b547a10eba (diff) | |
download | ports-0ef168d459223e772d603dbb3ff11d2c5500a244.tar.gz ports-0ef168d459223e772d603dbb3ff11d2c5500a244.zip |
Notes
Diffstat (limited to 'japanese/p5-mkres/Makefile')
-rw-r--r-- | japanese/p5-mkres/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/p5-mkres/Makefile b/japanese/p5-mkres/Makefile index 42d82b471eb8..570bfe8ea947 100644 --- a/japanese/p5-mkres/Makefile +++ b/japanese/p5-mkres/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: mkres.pl -# Version required: 0.7 +# Version required: 1.4 # Date created: 29 Jun 1998 # Whom: Satoshi TAOKA <taoka@FreeBSD.org> # -# $Id: Makefile,v 1.2 1999/01/05 19:37:20 sada Exp $ +# $Id: Makefile,v 1.3 1999/05/01 04:03:00 taoka Exp $ # -DISTNAME= mkres.pl-0.7 -PKGNAME= ja-p5-mkres-0.7 +DISTNAME= mkres.pl-1.4 +PKGNAME= ja-p5-mkres-1.4 CATEGORIES= japanese perl5 MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/ EXTRACT_SUFX= '' @@ -28,7 +28,7 @@ do-extract: do-build: @cd ${WRKSRC}; ${MV} ${DISTNAME} ${DISTNAME}.orig; \ - ${SED} -e 's;^#! */usr/local/bin/perl *;#!${PERL5};' \ + ${SED} -e 's;^#! */usr/bin/perl *;#!${PERL5};' \ ${DISTNAME}.orig > ${DISTNAME} do-install: |