diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/titrax/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/time/titrax/Makefile b/time/titrax/Makefile index 3faccdb5794..91720fe90fe 100644 --- a/time/titrax/Makefile +++ b/time/titrax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/12/27 13:37:40 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2007/10/31 21:48:58 gdt Exp $ # DISTNAME= titrax-1.98 @@ -13,7 +13,10 @@ COMMENT= Little X11 tool to track project times USE_IMAKE= YES USE_TOOLS+= perl:run +LICENSE= titrax-license # missing RESTRICTED= Do not sell for profit +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} post-patch: ${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.bak |