aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/p5-type1inst
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2007-09-28 09:04:48 +0000
committerHiroki Sato <hrs@FreeBSD.org>2007-09-28 09:04:48 +0000
commit502206b4d8382da97c1ea12f4754f9a2cc3c1ea8 (patch)
tree8cbc879e43da474424d07a0296096723ddce857d /x11-fonts/p5-type1inst
parent814019ef9eb68b005860f23ec0d6954059a2051a (diff)
downloadports-502206b4d8382da97c1ea12f4754f9a2cc3c1ea8.tar.gz
ports-502206b4d8382da97c1ea12f4754f9a2cc3c1ea8.zip
Replace #!/usr/bin/perl with ${PERL}. Bump PORTREVISION.
PR: ports/116703
Notes
Notes: svn path=/head/; revision=200261
Diffstat (limited to 'x11-fonts/p5-type1inst')
-rw-r--r--x11-fonts/p5-type1inst/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile
index 8277ab8114a6..3f26fa8fa5fd 100644
--- a/x11-fonts/p5-type1inst/Makefile
+++ b/x11-fonts/p5-type1inst/Makefile
@@ -7,7 +7,7 @@
PORTNAME= type1inst
PORTVERSION= 0.6.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-fonts perl5
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=X11/xutils
@@ -28,6 +28,9 @@ PLIST_FILES= bin/t1embed bin/type1inst
MAN1= type1inst.1
+pre-install:
+ ${REINPLACE_CMD} 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/type1inst
+
do-install:
@cd ${WRKSRC} && ${INSTALL_SCRIPT} type1inst t1embed ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/type1inst.man ${PREFIX}/man/man1/type1inst.1