pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time user-destdir support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78312814c874
branches:  trunk
changeset: 395285:78312814c874
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 07 20:00:27 2009 +0000

description:
user-destdir support

diffstat:

 time/titrax/Makefile |  7 ++++---
 time/xalarm/Makefile |  4 +++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r bc10419e6f9d -r 78312814c874 time/titrax/Makefile
--- a/time/titrax/Makefile      Tue Jul 07 19:59:18 2009 +0000
+++ b/time/titrax/Makefile      Tue Jul 07 20:00:27 2009 +0000
@@ -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 @@
 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 @@
                -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 -r bc10419e6f9d -r 78312814c874 time/xalarm/Makefile
--- a/time/xalarm/Makefile      Tue Jul 07 19:59:18 2009 +0000
+++ b/time/xalarm/Makefile      Tue Jul 07 20:00:27 2009 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       X11 interactive alarm clock
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=      skill>=4.0:../../sysutils/skill
 
 USE_IMAKE=     yes



Home | Main Index | Thread Index | Old Index