diff options
author | mrg <mrg> | 2014-02-22 00:59:26 +0000 |
---|---|---|
committer | mrg <mrg> | 2014-02-22 00:59:26 +0000 |
commit | 787e6b4235f9910cc1338f93dd14dc8c24ddf70b (patch) | |
tree | ca351aa178a2df1a4482c1bccd19aadbe5f36b59 | |
parent | 75f80cd0a5a6c446b1abbb8bd7d2fb05045616e5 (diff) | |
download | pkgsrc-787e6b4235f9910cc1338f93dd14dc8c24ddf70b.tar.gz |
skip checking portability on installer/misc/makedeb.sh.
-rw-r--r-- | audio/csound5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/csound5/Makefile b/audio/csound5/Makefile index ee9de6be2e3..5a751d3f856 100644 --- a/audio/csound5/Makefile +++ b/audio/csound5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/02/13 12:25:18 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2014/02/22 00:59:26 mrg Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound5-${CSOUND_VERSION} @@ -29,6 +29,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 5.01 INSTALLATION_DIRS= bin +CHECK_PORTABILITY_SKIP+= installer/misc/makedeb.sh + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |