pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ucl Prevent paths to the build directories from ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba8d536cbd1d
branches: trunk
changeset: 496185:ba8d536cbd1d
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jun 24 10:55:20 2005 +0000
description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
diffstat:
devel/ucl/Makefile | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 0e64c1fb5302 -r ba8d536cbd1d devel/ucl/Makefile
--- a/devel/ucl/Makefile Fri Jun 24 10:30:47 2005 +0000
+++ b/devel/ucl/Makefile Fri Jun 24 10:55:20 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:39 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/24 10:55:20 kristerw Exp $
#
DISTNAME= ucl-1.02
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel archivers
MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
@@ -19,6 +19,12 @@
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
+# Avoid path to build directory in example Makefile
+SUBST_CLASSES= example
+SUBST_STAGE.example= post-patch
+SUBST_FILES.example= examples/Makefile.in
+SUBST_SED.example= -e "s|@MAKEINFO@||g"
+
INSTALLATION_DIRS= bin
post-install:
Home |
Main Index |
Thread Index |
Old Index