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/b706632ad917
branches: trunk
changeset: 496694:b706632ad917
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jul 08 20:53:49 2005 +0000
description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
diffstat:
devel/cssc/Makefile | 5 ++++-
textproc/kdoc/Makefile | 8 +++++++-
2 files changed, 11 insertions(+), 2 deletions(-)
diffs (48 lines):
diff -r 40dd53b98e51 -r b706632ad917 devel/cssc/Makefile
--- a/devel/cssc/Makefile Fri Jul 08 20:45:02 2005 +0000
+++ b/devel/cssc/Makefile Fri Jul 08 20:53:49 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:45:19 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/07/08 21:00:35 kristerw Exp $
#
DISTNAME= CSSC-1.0.1
PKGNAME= cssc-1.0.1
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cssc/}
@@ -13,6 +14,8 @@
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-binary
+CONFIGURE_ENV+= CONFIG_DIFF_COMMAND="${TOOLS_DIFF}"
+USE_TOOLS+= diff
TEST_TARGET= check
USE_MAKEINFO= YES
diff -r 40dd53b98e51 -r b706632ad917 textproc/kdoc/Makefile
--- a/textproc/kdoc/Makefile Fri Jul 08 20:45:02 2005 +0000
+++ b/textproc/kdoc/Makefile Fri Jul 08 20:53:49 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/05/25 13:42:52 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2005/07/08 20:53:49 kristerw Exp $
DISTNAME= kdoc-2.0a54
PKGNAME= kdoc-3.0
+PKGREVISION= 1
CATEGORIES= textproc kde
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/3.0/src/ \
@@ -12,6 +13,11 @@
MAINTAINER= wulf%NetBSD.org@localhost
COMMENT= C++ and IDL Class Documentation Tool
+SUBST_CLASSES+= vars
+SUBST_STAGE.vars= do-configure
+SUBST_FILES.vars= Makefile.in
+SUBST_SED.vars= -e 's|@perl@|${PERL5}|g'
+
.include "../../meta-pkgs/kde3/Makefile.kde3"
.include "../../lang/perl5/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index