summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-07-12 21:33:17 +0000
committerkristerw <kristerw@pkgsrc.org>2005-07-12 21:33:17 +0000
commit1f8cdaec1c4a689d815a20ce8c55a7d81b5d1623 (patch)
tree8b0ef0a6388b23cae1a6466294a5aa1e9ecfb0ba
parent6d495d31ede6a76ba60529c2929142b07b89d6b8 (diff)
downloadpkgsrc-1f8cdaec1c4a689d815a20ce8c55a7d81b5d1623.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
-rw-r--r--lang/mercury/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile
index b8d39ac9394..c25778672c8 100644
--- a/lang/mercury/Makefile
+++ b/lang/mercury/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2005/05/22 20:08:10 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/07/12 21:33:17 kristerw Exp $
DISTNAME= mercury-compiler-0.11.0
PKGNAME= mercury-0.11.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= lang
MASTER_SITES= ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \
${MASTER_SITE_SUNSITE:=devel/lang/mercury/}
@@ -22,6 +22,9 @@ INFO_FILES+= mercury_user_guide.info
# Some of the scripts test CC and use special settings for gcc.
CONFIGURE_ENV+= CC=gcc
+CONFIGURE_ENV+= HOSTNAMECMD=${TOOLS_HOSTNAME_CMD}
+USE_TOOLS+= hostname
+
MAKE_ENV+= READLINE_PREFIX=${BUILDLINK_PREFIX.readline}
post-patch: