pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/mercury Prevent paths to the build directories fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2fb1592845c
branches: trunk
changeset: 496770:a2fb1592845c
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Tue Jul 12 21:33:17 2005 +0000
description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
diffstat:
lang/mercury/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r c49c0c5b003b -r a2fb1592845c lang/mercury/Makefile
--- a/lang/mercury/Makefile Tue Jul 12 21:17:57 2005 +0000
+++ b/lang/mercury/Makefile Tue Jul 12 21:33:17 2005 +0000
@@ -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 @@
# 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:
Home |
Main Index |
Thread Index |
Old Index