diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
commit | b666502afda11878e1adfaefeff785ee6171024b (patch) | |
tree | 9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /x11-fonts | |
parent | e1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff) |
Notes
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 |