diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 20:00:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 20:00:27 +0000 |
commit | 9594271e81d010d3ce12910653ef086b4ccb7a87 (patch) | |
tree | cdb5e352b7a57d9c908706f0cfe464947e06b803 /time | |
parent | 2c38dba0d52c3e8027ef5e55db580292c259e1de (diff) | |
download | pkgsrc-9594271e81d010d3ce12910653ef086b4ccb7a87.tar.gz |
user-destdir support
Diffstat (limited to 'time')
-rw-r--r-- | time/titrax/Makefile | 7 | ||||
-rw-r--r-- | time/xalarm/Makefile | 4 |
2 files changed, 7 insertions, 4 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" diff --git a/time/xalarm/Makefile b/time/xalarm/Makefile index f4da5286925..bcdeaaf5fd0 100644 --- a/time/xalarm/Makefile +++ b/time/xalarm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/11/10 17:21:38 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2009/07/07 20:00:27 joerg Exp $ DISTNAME= xalarm-3.06 PKGREVISION= 1 @@ -9,6 +9,8 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= X11 interactive alarm clock +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= skill>=4.0:../../sysutils/skill USE_IMAKE= yes |