diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/softmaker-office-demo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/softmaker-office-demo/Makefile b/misc/softmaker-office-demo/Makefile index f71ee3cc907..e86fab64b9c 100644 --- a/misc/softmaker-office-demo/Makefile +++ b/misc/softmaker-office-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/05/19 08:59:24 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/05/24 17:13:54 marino Exp $ # DISTNAME= ofl06trial @@ -18,6 +18,8 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +NOT_FOR_PLATFORM+= DragonFly-*-* + PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/officetrial |