summaryrefslogtreecommitdiff
path: root/x11/xautolock
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-06 07:17:03 +0000
committerjlam <jlam@pkgsrc.org>2004-01-06 07:17:03 +0000
commitd19f053e4d0cf3d08a3f7a7a2e7b163284f25ce7 (patch)
tree737101babd6209a021b8e98d38673e0d94edd405 /x11/xautolock
parent457d023fac0ccc710a6fa220b62427301e4ff6d9 (diff)
downloadpkgsrc-d19f053e4d0cf3d08a3f7a7a2e7b163284f25ce7.tar.gz
bl3ify
Diffstat (limited to 'x11/xautolock')
-rw-r--r--x11/xautolock/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile
index 7b6cc065062..71ff79f0812 100644
--- a/x11/xautolock/Makefile
+++ b/x11/xautolock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/08/09 08:32:13 tron Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/06 07:17:13 jlam Exp $
DISTNAME= xautolock-pl15
PKGNAME= xautolock-1.15
@@ -10,7 +10,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= tron@NetBSD.org
COMMENT= Activate xlock after a user defined time of inactivity
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
USE_IMAKE= YES
.include "../../mk/bsd.prefs.mk"
@@ -21,9 +23,11 @@ PLIST_SRC= ${WRKDIR}/PLIST
post-install:
${GREP} -v '^man/cat' ${PKGDIR}/PLIST >${PLIST_SRC}
.else
+INSTALLATION_DIRS= man/man1
+
post-install:
cd ${WRKSRC}; \
- ${INSTALL_MAN} xautolock.man ${X11PREFIX}/man/man1/xautolock.1
+ ${INSTALL_MAN} xautolock.man ${PREFIX}/man/man1/xautolock.1
.endif
.include "../../mk/bsd.pkg.mk"