aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2001-12-24 10:17:17 +0800
committerpat <pat@FreeBSD.org>2001-12-24 10:17:17 +0800
commit7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch)
tree438ff2856c8402cd6a8f17e494e72efbac6546bf /x11-fonts
parentd53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff)
downloadfreebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz
freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.zst
freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
Diffstat (limited to 'x11-fonts')
-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