summaryrefslogtreecommitdiff
path: root/x11-fonts/p5-type1inst
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
commitb666502afda11878e1adfaefeff785ee6171024b (patch)
tree9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /x11-fonts/p5-type1inst
parent- update to 2.9.8p1 (diff)
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
Notes
Notes: svn path=/head/; revision=52072
Diffstat (limited to 'x11-fonts/p5-type1inst')
-rw-r--r--x11-fonts/p5-type1inst/Makefile7
-rw-r--r--x11-fonts/p5-type1inst/pkg-plist2
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