pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/LPRng-core Prevent paths to the build directorie...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d6d9593b8d3
branches: trunk
changeset: 496161:7d6d9593b8d3
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Thu Jun 23 21:36:01 2005 +0000
description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
diffstat:
print/LPRng-core/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 8be8b9496d01 -r 7d6d9593b8d3 print/LPRng-core/Makefile
--- a/print/LPRng-core/Makefile Thu Jun 23 21:34:01 2005 +0000
+++ b/print/LPRng-core/Makefile Thu Jun 23 21:36:01 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2005/06/01 18:51:57 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/23 21:36:01 kristerw Exp $
DISTNAME= LPRng-3.8.28
PKGNAME= LPRng-core-3.8.28
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ftp://ftp.lprng.com/pub/LPRng/LPRng/ \
http://www.lprng.com/DISTRIB/LPRng/ \
@@ -14,7 +15,7 @@
CONFLICTS+= cups-[0-9]*
-USE_TOOLS+= gmake
+USE_TOOLS+= chgrp chown gmake
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
@@ -25,6 +26,8 @@
CONFIGURE_ARGS+= --with-filterdir="${FILTER_DIR}"
CONFIGURE_ARGS+= --with-filter_path="${FILTER_PATH}"
CONFIGURE_ARGS+= --with-ld_library_path="${FILTER_LD_PATH}"
+CONFIGURE_ENV+= ac_cv_path_CHGRP="${TOOLS_CHGRP}"
+CONFIGURE_ENV+= ac_cv_path_CHOWN="${TOOLS_CHOWN}"
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index