summaryrefslogtreecommitdiff
path: root/x11/xautolock
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-07-11 10:45:58 +0000
committeragc <agc@pkgsrc.org>2000-07-11 10:45:58 +0000
commit33970619428122dcaf7ea7ac4660c50e339b23fd (patch)
tree0d4610b8c2e373d03d5fc0e8a45ec0e6ec81b295 /x11/xautolock
parent05a65d9a3594bf6b84e4e29ebc8af68ed735240f (diff)
downloadpkgsrc-33970619428122dcaf7ea7ac4660c50e339b23fd.tar.gz
Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.
Diffstat (limited to 'x11/xautolock')
-rw-r--r--x11/xautolock/Makefile4
1 files changed, 2 insertions, 2 deletions
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"