diff options
author | tv <tv@pkgsrc.org> | 2006-10-26 14:47:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-10-26 14:47:37 +0000 |
commit | b10a67370606ae5129388000338a74351cf2bf47 (patch) | |
tree | 0cd62e3a53e6469c56025c892f4cb3fb25138e6c /net/tor | |
parent | 27f527f1a300eb33068d7ea02dbd1a6d6273d326 (diff) | |
download | pkgsrc-b10a67370606ae5129388000338a74351cf2bf47.tar.gz |
Add CHECK_PORTABILITY_SKIP.
Diffstat (limited to 'net/tor')
-rw-r--r-- | net/tor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 8995d239d1e..24acb19a5fd 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/10/09 00:51:26 tv Exp $ +# $NetBSD: Makefile,v 1.35 2006/10/26 14:47:37 tv Exp $ # DISTNAME= tor-0.1.1.24 @@ -35,6 +35,8 @@ CONF_FILES+= ${PREFIX}/share/examples/tor/torrc.sample \ FILES_SUBST+= PKG_HOME=${PKG_HOME:Q} FILES_SUBST+= TOR_USER=${TOR_USER:Q} TOR_GROUP=${TOR_GROUP:Q} +CHECK_PORTABILITY_SKIP+=contrib/* + .if !empty(PKGSRC_COMPILER:Mmipspro) CFLAGS+= -c99 .endif |