pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/bluefish Prevent paths to the build directories fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc75c7df0dcf
branches:  trunk
changeset: 495723:dc75c7df0dcf
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jun 19 01:35:08 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

 www/bluefish/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 85ff18938240 -r dc75c7df0dcf www/bluefish/Makefile
--- a/www/bluefish/Makefile     Sun Jun 19 01:23:43 2005 +0000
+++ b/www/bluefish/Makefile     Sun Jun 19 01:35:08 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2005/06/01 18:03:26 jlam Exp $
+# $NetBSD: Makefile,v 1.53 2005/06/19 01:35:08 kristerw Exp $
 
 DISTNAME=      bluefish-1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/        \
                ftp://bluefish.advancecreations.com/bluefish/downloads/ \
@@ -18,10 +18,12 @@
 BUILD_USES_MSGFMT=     YES
 
 USE_DIRS+=             xdg-1.1
-USE_TOOLS+=            gmake
+USE_TOOLS+=            find gmake grep
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-icon-path=${PREFIX}/share/pixmaps
+CONFIGURE_ENV+=                ac_cv_path_EXTERNAL_GREP="${TOOLS_GREP}"
+CONFIGURE_ENV+=                ac_cv_path_EXTERNAL_FIND="${TOOLS_FIND}"
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../databases/shared-mime-info/mimedb.mk"



Home | Main Index | Thread Index | Old Index