diff options
author | marino <marino@pkgsrc.org> | 2012-05-24 17:13:54 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-24 17:13:54 +0000 |
commit | e96383bee82dfa0d10bc0760b0b442665da07883 (patch) | |
tree | 0d5d78d006b6e07f46604cd6fc944aecabe376a1 /misc | |
parent | 562094c14214d1bb11e4a7bdc474ef792ede3c63 (diff) | |
download | pkgsrc-e96383bee82dfa0d10bc0760b0b442665da07883.tar.gz |
misc/softmaker-office-demo: Mark NOT-FOR-DRAGONFLY
Besides the fact this is a crippled, obsolete demo of 6 year old
commercial productivity software, it doesn't even build successfully
on DragonFly. Due to the license text file have a Portuguese name,
it fails during the package phase, specifically libarchive returns
an error that it can't translate the pathname to UTF.
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 |