summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoragc <agc>2000-07-11 10:45:58 +0000
committeragc <agc>2000-07-11 10:45:58 +0000
commitb1f0cfd0b7ef54c3f41d9bd7f4fb8ff263581b15 (patch)
tree0d4610b8c2e373d03d5fc0e8a45ec0e6ec81b295 /x11
parent052f7313187de91231c871933ae368eedf56e284 (diff)
downloadpkgsrc-b1f0cfd0b7ef54c3f41d9bd7f4fb8ff263581b15.tar.gz
Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.
Diffstat (limited to 'x11')
-rw-r--r--x11/titrax/Makefile6
-rw-r--r--x11/xautolock/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/titrax/Makefile b/x11/titrax/Makefile
index ffcd757be39..2693f605f17 100644
--- a/x11/titrax/Makefile
+++ b/x11/titrax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:49 tron Exp $
+# $NetBSD: Makefile,v 1.3 2000/07/11 10:45:58 agc Exp $
#
DISTNAME= titrax-1.98
@@ -13,10 +13,10 @@ USE_PERL5= yes
post-patch:
${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.bak
- ${SED} -e 's|@LOCALBASE@|${LOCALBASE}|g' -e 's|@X11BASE@|${X11BASE}|g' \
+ ${SED} -e 's|@LOCALBASE@|${LOCALBASE}|g' -e 's|@X11BASE@|${X11PREFIX}|g' \
< ${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile
pre-install:
- ${MKDIR} ${X11BASE}/libexec/titrax
+ ${MKDIR} ${X11PREFIX}/libexec/titrax
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile
index e257ad0547f..566f2323c0a 100644
--- a/x11/xautolock/Makefile
+++ b/x11/xautolock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/04/15 20:39:49 tron Exp $
+# $NetBSD: Makefile,v 1.10 2000/07/11 10:47:19 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1996/11/18 09:55:42 asami Exp
#
@@ -14,6 +14,6 @@ USE_IMAKE= yes
post-install:
cd ${WRKSRC}; \
- ${INSTALL_MAN} xautolock.man ${X11BASE}/man/man1/xautolock.1
+ ${INSTALL_MAN} xautolock.man ${X11PREFIX}/man/man1/xautolock.1
.include "../../mk/bsd.pkg.mk"