diff options
author | gdt <gdt> | 2007-10-31 21:48:58 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-10-31 21:48:58 +0000 |
commit | 2d1a2040e5e6209f8a721f551989628b052f031c (patch) | |
tree | eb086645ef969dfb0eb5c2b814c63c5caa34344d /time | |
parent | 3e8783c8046aff563f6e6de3bb5f060e09cca14a (diff) | |
download | pkgsrc-2d1a2040e5e6209f8a721f551989628b052f031c.tar.gz |
add (missing) LICENSE=, NO_*_ON_CDROM.
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 |