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 | ef8b4dba91e8b0221084a008c8707c93d51bdc8d (patch) | |
tree | 0183475ec85c76d8d58101c58c6385514718d41d /biology | |
parent | a0309b58da243042880c15a74531e472fcb3025c (diff) | |
download | pkgsrc-ef8b4dba91e8b0221084a008c8707c93d51bdc8d.tar.gz |
Skip portability checks for sample scripts.
Diffstat (limited to 'biology')
-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 |