diff options
author | wiz <wiz> | 2007-09-07 21:05:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-07 21:05:39 +0000 |
commit | 8ff08d81f23960a7df6bb542304228e19b7411c2 (patch) | |
tree | b752fffbed67c8f09a9261fb4edaf2c0ec84b7dd /misc | |
parent | 81a1d5af15c6aed56ac866f4f4da4b62fdd53032 (diff) | |
download | pkgsrc-8ff08d81f23960a7df6bb542304228e19b7411c2.tar.gz |
Set RESTRICT and NO_*_ON_*.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/softmaker-office-demo/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/softmaker-office-demo/Makefile b/misc/softmaker-office-demo/Makefile index 2e91fcb96e1..05cb38d0d58 100644 --- a/misc/softmaker-office-demo/Makefile +++ b/misc/softmaker-office-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 20:58:19 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2007/09/07 21:05:39 wiz Exp $ # DISTNAME= ofl06trial @@ -11,6 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.softmaker.net/ COMMENT= SoftMaker Office (TextMaker and PlanMaker) demo version (Linux binary) +RESTRICTED= Demo version, license unclear. +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + WRKSRC= ${WRKDIR}/officetrial USE_LANGUAGES= # none EMUL_PLATFORMS= linux-i386 |