pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/dync Prevent paths to the build directories from ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/53ca9b456b10
branches: trunk
changeset: 496142:53ca9b456b10
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Thu Jun 23 17:07:47 2005 +0000
description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
diffstat:
misc/dync/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 86b6dca06702 -r 53ca9b456b10 misc/dync/Makefile
--- a/misc/dync/Makefile Thu Jun 23 17:07:38 2005 +0000
+++ b/misc/dync/Makefile Thu Jun 23 17:07:47 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2005/04/30 08:54:59 agc Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/23 17:07:47 kristerw Exp $
#
DISTNAME= dync-1.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.alistaircrooks.co.uk/src/
@@ -12,5 +12,8 @@
GNU_CONFIGURE= yes
BUILD_TARGET= tst
+USE_TOOLS+= file_cmd
+CONFIGURE_ENV+= ac_cv_path_FILE_CMD="${TOOLS_FILE_CMD}"
+CONFIGURE_ENV+= ac_cv_path_LDCONFIG="${TOOLS_LDCONFIG}"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index