pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Prevent paths to the build directories from being incl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e64c1fb5302
branches: trunk
changeset: 496184:0e64c1fb5302
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jun 24 10:30:47 2005 +0000
description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
diffstat:
security/pinepgp/Makefile | 5 ++++-
sysutils/cdbkup/Makefile | 7 +++++--
2 files changed, 9 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r a3fefbffebf6 -r 0e64c1fb5302 security/pinepgp/Makefile
--- a/security/pinepgp/Makefile Fri Jun 24 09:29:20 2005 +0000
+++ b/security/pinepgp/Makefile Fri Jun 24 10:30:47 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:17 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/24 10:30:47 kristerw Exp $
#
DISTNAME= pinepgp-0.18.0
+PKGREVISION= 1
CATEGORIES= security mail
MASTER_SITES= http://www.megaloman.com/~hany/_data/pinepgp/ \
http://terminus.sk/~hany/_data/pinepgp/ \
@@ -15,6 +16,8 @@
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+USE_TOOLS+= cat
+CONFIGURE_ENV+= ac_cv_path_CAT="${TOOLS_CAT}"
PINEPGP_USEGPG?= yes
PINEPGP_USEPGP5?= yes
diff -r a3fefbffebf6 -r 0e64c1fb5302 sysutils/cdbkup/Makefile
--- a/sysutils/cdbkup/Makefile Fri Jun 24 09:29:20 2005 +0000
+++ b/sysutils/cdbkup/Makefile Fri Jun 24 10:30:47 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/03/25 23:11:19 kristerw Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/24 10:39:10 kristerw Exp $
DISTNAME= cdbkup-1.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cdbkup/} \
ftp://batraq.anything3d.com/pub/cdbkup/cdbkup-1/ \
@@ -21,6 +21,9 @@
GNU_CONFIGURE= YES
USE_PERL5= YES
+USE_TOOLS+= cat date
+CONFIGURE_ENV+= ac_cv_path_CAT="${TOOLS_CAT}"
+CONFIGURE_ENV+= ac_cv_path_DATE="${TOOLS_DATE}"
.if (${OPSYS} == SunOS)
CDBKUP_SNARDIR?= /var/${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index