diff options
author | hrs <hrs@FreeBSD.org> | 2007-09-28 17:04:48 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-09-28 17:04:48 +0800 |
commit | 5455a56478833a5359401f6bfbdc867bd29f5506 (patch) | |
tree | 534ea978f3d4d24631eda7fa5e2868887098ea8e /x11-fonts | |
parent | 0ea75ee7106fdfc92770f4b19bc6413cee1bda7f (diff) | |
download | freebsd-ports-graphics-5455a56478833a5359401f6bfbdc867bd29f5506.tar.gz freebsd-ports-graphics-5455a56478833a5359401f6bfbdc867bd29f5506.tar.zst freebsd-ports-graphics-5455a56478833a5359401f6bfbdc867bd29f5506.zip |
Replace #!/usr/bin/perl with ${PERL}. Bump PORTREVISION.
PR: ports/116703
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 8277ab8114a..3f26fa8fa5f 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 |