diff options
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/p5-type1inst/Makefile | 7 | ||||
-rw-r--r-- | x11-fonts/p5-type1inst/pkg-plist | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile index e3cd6c435216..f1aaa8bc9ded 100644 --- a/x11-fonts/p5-type1inst/Makefile +++ b/x11-fonts/p5-type1inst/Makefile @@ -17,14 +17,13 @@ MAINTAINER= ports@FreeBSD.org USE_PERL5= yes USE_XLIB= yes NO_BUILD= yes -STRIP= MAN1= type1inst.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/type1inst ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/t1embed ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/type1inst.man ${PREFIX}/man/man1/type1inst.1 + @${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/t1embed ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/type1inst.man ${PREFIX}/man/man1/type1inst.1 .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.type1inst .endif diff --git a/x11-fonts/p5-type1inst/pkg-plist b/x11-fonts/p5-type1inst/pkg-plist index 662e4db68d50..59d7300541d2 100644 --- a/x11-fonts/p5-type1inst/pkg-plist +++ b/x11-fonts/p5-type1inst/pkg-plist @@ -1,3 +1,3 @@ bin/t1embed bin/type1inst -share/doc/README.type1inst +%%PORTDOCS%%share/doc/README.type1inst |