diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-12 21:33:17 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-12 21:33:17 +0000 |
commit | 2b2fab83829d2c8e3e6e780c9076fc1c06ddbbf0 (patch) | |
tree | 8b0ef0a6388b23cae1a6466294a5aa1e9ecfb0ba /lang | |
parent | de18fb2a913b95057e1b1f0505989e63cd1ff563 (diff) | |
download | pkgsrc-2b2fab83829d2c8e3e6e780c9076fc1c06ddbbf0.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/Makefile | 7 |
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: |