diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-09-28 09:04:48 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-09-28 09:04:48 +0000 |
commit | 502206b4d8382da97c1ea12f4754f9a2cc3c1ea8 (patch) | |
tree | 8cbc879e43da474424d07a0296096723ddce857d /x11-fonts | |
parent | 814019ef9eb68b005860f23ec0d6954059a2051a (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/p5-type1inst/Makefile | 5 |
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 |