summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoragc <agc>2000-07-11 10:33:50 +0000
committeragc <agc>2000-07-11 10:33:50 +0000
commit73e03651f24bd2a271f63dc0960fe5dae995cb11 (patch)
treec05cb7f2941afcdbdbe3ca31a5a98446ededae2f /x11
parentbc4d54674f3e04380d99e5bdb997965a4bc38d3d (diff)
downloadpkgsrc-73e03651f24bd2a271f63dc0960fe5dae995cb11.tar.gz
Make this package cooperate with xpkgwedge better by using X11PREFIX
in preference to X11BASE.
Diffstat (limited to 'x11')
-rw-r--r--x11/type1inst/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/type1inst/Makefile b/x11/type1inst/Makefile
index 4cd9c37de6e..698c01fcd9a 100644
--- a/x11/type1inst/Makefile
+++ b/x11/type1inst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/01 12:19:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2000/07/11 10:33:50 agc Exp $
#
DISTNAME= type1inst-0.6.1
@@ -21,10 +21,10 @@ post-patch:
do-build:
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${X11BASE}/bin
- @${INSTALL_SCRIPT} ${WRKSRC}/t1embed ${X11BASE}/bin
- @${INSTALL_MAN} ${WRKSRC}/type1inst.man ${X11BASE}/man/man1/type1inst.1
- @${MKDIR} ${X11BASE}/share/doc/type1inst
- @${INSTALL_DATA} ${WRKSRC}/README ${X11BASE}/share/doc/type1inst
+ @${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${X11PREFIX}/bin
+ @${INSTALL_SCRIPT} ${WRKSRC}/t1embed ${X11PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/type1inst.man ${X11PREFIX}/man/man1/type1inst.1
+ @${MKDIR} ${X11PREFIX}/share/doc/type1inst
+ @${INSTALL_DATA} ${WRKSRC}/README ${X11PREFIX}/share/doc/type1inst
.include "../../mk/bsd.pkg.mk"