diff options
author | marino <marino> | 2012-05-19 15:03:01 +0000 |
---|---|---|
committer | marino <marino> | 2012-05-19 15:03:01 +0000 |
commit | 7b71506e59b9e780fac3d4982eafd32e7f0605a4 (patch) | |
tree | 5d2546db5de72f6cdb625a2614c956b58e204b59 /cad/simian-docs | |
parent | 504714e4dc665897d1973690a5cbd65b2ab4302b (diff) | |
download | pkgsrc-7b71506e59b9e780fac3d4982eafd32e7f0605a4.tar.gz |
cad/simian-docs: Mark NOT-FOR-DRAGONFLY
Source unavailable, see policy:
<http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html>
Diffstat (limited to 'cad/simian-docs')
-rw-r--r-- | cad/simian-docs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/simian-docs/Makefile b/cad/simian-docs/Makefile index ec579081da3..5090a4c1f40 100644 --- a/cad/simian-docs/Makefile +++ b/cad/simian-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/05/19 08:59:05 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/05/19 15:03:01 marino Exp $ # DISTNAME= simian_man_12_98 @@ -18,6 +18,9 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +# http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html +NOT_FOR_PLATFORM+= DragonFly-*-* + PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} |