summaryrefslogtreecommitdiff
path: root/fonts/type1inst
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 04:49:45 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 04:49:45 +0000
commitd0915c61c3e5274723f1ab455789fc8891f1bec5 (patch)
tree60b722189a49bfe1537f12edb5ede23f86aeb41e /fonts/type1inst
parent9df842d1237e5ab852210ddbb94642641ca27d97 (diff)
downloadpkgsrc-d0915c61c3e5274723f1ab455789fc8891f1bec5.tar.gz
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'fonts/type1inst')
-rw-r--r--fonts/type1inst/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/fonts/type1inst/Makefile b/fonts/type1inst/Makefile
index 1eba14f8dbc..2c587eae08e 100644
--- a/fonts/type1inst/Makefile
+++ b/fonts/type1inst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:52 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/06/17 04:49:46 jlam Exp $
#
DISTNAME= type1inst-0.6.1
@@ -16,10 +16,10 @@ NO_BUILD= yes
INSTALLATION_DIRS= bin man/man1
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${X11PREFIX}/bin
- @${INSTALL_SCRIPT} ${WRKSRC}/t1embed ${X11PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/type1inst.man ${X11PREFIX}/man/man1/type1inst.1
- @${INSTALL_DATA_DIR} ${X11PREFIX}/share/doc/type1inst
- @${INSTALL_DATA} ${WRKSRC}/README ${X11PREFIX}/share/doc/type1inst
+ @${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${PREFIX}/bin
+ @${INSTALL_SCRIPT} ${WRKSRC}/t1embed ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/type1inst.man ${PREFIX}/man/man1/type1inst.1
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/type1inst
+ @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/type1inst
.include "../../mk/bsd.pkg.mk"