diff options
Diffstat (limited to 'time/titrax/Makefile')
-rw-r--r-- | time/titrax/Makefile | 7 |
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" |