diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-19 01:13:23 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-19 01:13:23 +0000 |
commit | 49cb8e1be93494d502d051c40cda3597fe22ee64 (patch) | |
tree | 7f49173dbe01859cd237207a3b4310c870f48675 /biology/mummer/patches | |
parent | 627ac5f5c970cb27617f323414b134f7df89e3ed (diff) | |
download | pkgsrc-49cb8e1be93494d502d051c40cda3597fe22ee64.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'biology/mummer/patches')
-rw-r--r-- | biology/mummer/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/biology/mummer/patches/patch-ab b/biology/mummer/patches/patch-ab new file mode 100644 index 00000000000..90db65090b2 --- /dev/null +++ b/biology/mummer/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2005/06/19 01:13:23 kristerw Exp $ + +--- scripts/Makefile.orig 2005-06-19 03:10:05.000000000 +0200 ++++ scripts/Makefile 2005-06-19 03:10:14.000000000 +0200 +@@ -14,7 +14,7 @@ + SCRIPT_DIR := $(CURDIR) + SED := $(filter /%,$(shell /bin/sh -c 'type sed')) + CSH := $(filter /%,$(shell /bin/sh -c 'type csh')) +-PERL := $(filter /%,$(shell /bin/sh -c 'type perl')) ++#PERL := $(filter /%,$(shell /bin/sh -c 'type perl')) + VPATH := $(BIN_DIR) + + ALL := exact-tandems mapview mummerplot nucmer promer \ |