summaryrefslogtreecommitdiff
path: root/time/titrax
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-07 20:00:27 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-07 20:00:27 +0000
commit9594271e81d010d3ce12910653ef086b4ccb7a87 (patch)
treecdb5e352b7a57d9c908706f0cfe464947e06b803 /time/titrax
parent2c38dba0d52c3e8027ef5e55db580292c259e1de (diff)
downloadpkgsrc-9594271e81d010d3ce12910653ef086b4ccb7a87.tar.gz
user-destdir support
Diffstat (limited to 'time/titrax')
-rw-r--r--time/titrax/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/time/titrax/Makefile b/time/titrax/Makefile
index 09fa4534646..91b3f7d93c1 100644
--- a/time/titrax/Makefile
+++ b/time/titrax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2009/05/19 08:59:36 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2009/07/07 20:02:12 joerg Exp $
#
DISTNAME= titrax-1.98
@@ -11,6 +11,8 @@ HOMEPAGE= http://www.alvestrand.no/titrax/TimeTracker.html
COMMENT= Little X11 tool to track project times
LICENSE= titrax-license
+PKG_DESTDIR_SUPPORT= user-destdir
+
RESTRICTED= Do not sell for "real money".
# XXX Arguably NO_*_ON_CDROM is not necessary, because "real money" seems
# to exclude CDROM distribution charges.
@@ -26,8 +28,7 @@ post-patch:
-e "s|@X11BASE@|${X11PREFIX}|g" \
${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile
-pre-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/libexec/titrax
+INSTALLATION_DIRS= libexec/titrax
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXp/buildlink3.mk"