Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
This commit is contained in:
parent
0c0a684337
commit
ee4e815506
3 changed files with 13 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.19 2005/06/20 01:57:36 kristerw Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2005/07/08 20:42:35 kristerw Exp $
|
||||
|
||||
DISTNAME= trn-4.0-test76
|
||||
PKGNAME= trn-4.76
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=trn/} \
|
||||
ftp://trn.sourceforge.net/pub/trn/
|
||||
|
@ -34,12 +34,13 @@ USE_PERL5= # defined
|
|||
HAS_CONFIGURE= # defined
|
||||
CONFIGURE_SCRIPT= ./Configure
|
||||
CONFIGURE_ENV= PREFIX=${PREFIX}
|
||||
USE_TOOLS+= awk basename cat cp echo egrep expr grep mkdir mv
|
||||
USE_TOOLS+= awk basename cat cp diff echo egrep expr grep mkdir mv
|
||||
USE_TOOLS+= rm sed tail tr
|
||||
CONFIGURE_ENV+= TOOLS_AWK="${TOOLS_AWK}"
|
||||
CONFIGURE_ENV+= TOOLS_BASENAME="${TOOLS_BASENAME}"
|
||||
CONFIGURE_ENV+= TOOLS_CAT="${TOOLS_CAT}"
|
||||
CONFIGURE_ENV+= TOOLS_CP="${TOOLS_CP}"
|
||||
CONFIGURE_ENV+= TOOLS_DIFF="${TOOLS_DIFF}"
|
||||
CONFIGURE_ENV+= TOOLS_ECHO="${TOOLS_ECHO}"
|
||||
CONFIGURE_ENV+= TOOLS_EGREP="${TOOLS_EGREP}"
|
||||
CONFIGURE_ENV+= TOOLS_EXPR="${TOOLS_EXPR}"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.5 2005/06/20 01:57:36 kristerw Exp $
|
||||
$NetBSD: distinfo,v 1.6 2005/07/08 20:42:35 kristerw Exp $
|
||||
|
||||
SHA1 (trn-4.0-test76.tar.gz) = 4741d506d4c2d62a8dbaa5d4fd62cce656abcf3b
|
||||
RMD160 (trn-4.0-test76.tar.gz) = f60478f8808b9c0d46a22ac924821cf2edd1fe87
|
||||
Size (trn-4.0-test76.tar.gz) = 565528 bytes
|
||||
SHA1 (patch-ac) = a99a3ada955cec5e86882fbf568d8ffee2859616
|
||||
SHA1 (patch-ac) = d33198c3d39059496ae81c0491297974caf5a073
|
||||
SHA1 (patch-ad) = 78c18d634cb0861754e1d555a0e514299136ecbc
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: patch-ac,v 1.3 2005/06/20 01:57:36 kristerw Exp $
|
||||
$NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
|
||||
|
||||
--- Configure.orig 2001-02-22 20:17:39.000000000 +0100
|
||||
+++ Configure 2005-06-20 03:49:52.000000000 +0200
|
||||
+++ Configure 2005-07-08 22:38:46.000000000 +0200
|
||||
@@ -2540,7 +2540,7 @@
|
||||
esac
|
||||
;;
|
||||
|
@ -38,9 +38,12 @@ $NetBSD: patch-ac,v 1.3 2005/06/20 01:57:36 kristerw Exp $
|
|||
cpp='$cpp'
|
||||
cppflags='$cppflags'
|
||||
cpplast='$cpplast'
|
||||
@@ -6307,19 +6307,19 @@
|
||||
@@ -6305,21 +6305,21 @@
|
||||
d_xthread='$d_xthread'
|
||||
date='$date'
|
||||
defeditor='$defeditor'
|
||||
diff='$diff'
|
||||
-diff='$diff'
|
||||
+diff='$TOOLS_DIFF'
|
||||
direntrytype='$direntrytype'
|
||||
-echo='$echo'
|
||||
+echo='$TOOLS_ECHO'
|
||||
|
|
Loading…
Reference in a new issue