summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-07-12 21:33:17 +0000
committerkristerw <kristerw>2005-07-12 21:33:17 +0000
commitc6d307f9b9c5c32404f85187563eed5a8162eef6 (patch)
tree8b0ef0a6388b23cae1a6466294a5aa1e9ecfb0ba /lang
parentf9856763b1f9f08cc22b1894a4fb4fd7de9d1cc6 (diff)
downloadpkgsrc-c6d307f9b9c5c32404f85187563eed5a8162eef6.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'lang')
-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: