diff options
author | asau <asau@pkgsrc.org> | 2015-07-27 19:47:55 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2015-07-27 19:47:55 +0000 |
commit | 961c49a559a1b14efd4ba8493755dbb87fe4e54a (patch) | |
tree | 0183475ec85c76d8d58101c58c6385514718d41d | |
parent | b0c8a48e77b3dc2bf0e59dfd05e90f6164a1b9b6 (diff) | |
download | pkgsrc-961c49a559a1b14efd4ba8493755dbb87fe4e54a.tar.gz |
Skip portability checks for sample scripts.
-rw-r--r-- | biology/gabedit/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/biology/gabedit/Makefile b/biology/gabedit/Makefile index 80635f20340..768c641786f 100644 --- a/biology/gabedit/Makefile +++ b/biology/gabedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2015/07/22 19:05:10 asau Exp $ +# $NetBSD: Makefile,v 1.2 2015/07/27 19:47:55 asau Exp $ PKGNAME= gabedit-2.4.8 DISTNAME= GabeditSrc248 @@ -13,6 +13,10 @@ USE_TOOLS= gmake pkg-config INSTALLATION_DIRS= bin +# Skip check for example scripts: +CHECK_PORTABILITY_SKIP= utils/Dalton/SGE/submitDalton \ + utils/Gamess/SGE/submitGamess + do-configure: cd $(WRKSRC) && cp platforms/CONFIG.unix CONFIG |