pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/qvwm Prevent paths to the build directories from be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c44e3aaef355
branches:  trunk
changeset: 495792:c44e3aaef355
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Jun 20 17:02:04 2005 +0000

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

diffstat:

 wm/qvwm/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 5ba113ab51b4 -r c44e3aaef355 wm/qvwm/Makefile
--- a/wm/qvwm/Makefile  Mon Jun 20 15:52:47 2005 +0000
+++ b/wm/qvwm/Makefile  Mon Jun 20 17:02:04 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/06/01 18:03:25 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/06/20 17:02:04 kristerw Exp $
 #
 
 DISTNAME=      qvwm-1.1.12
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    wm
 MASTER_SITES=  ftp://www.qvwm.org/pub/qvwm/
 
@@ -11,7 +11,8 @@
 COMMENT=       Windows 95/98/NT like window manager for X11
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake rm
+CONFIGURE_ENV+=        ac_cv_path_PATH_RM="${TOOLS_RM}"
 USE_LANGUAGES= c++
 
 post-install:



Home | Main Index | Thread Index | Old Index