pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libtcpa Quell pkglint: BUILD_DIRS doesn't nee...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d33cba07357
branches:  trunk
changeset: 527063:0d33cba07357
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Mar 24 07:16:41 2007 +0000

description:
Quell pkglint: BUILD_DIRS doesn't need to be preceded by ${WRKSRC}.

diffstat:

 security/libtcpa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 41389cb959ba -r 0d33cba07357 security/libtcpa/Makefile
--- a/security/libtcpa/Makefile Sat Mar 24 07:13:15 2007 +0000
+++ b/security/libtcpa/Makefile Sat Mar 24 07:16:41 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/01/07 09:14:10 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2007/03/24 07:16:41 schmonz Exp $
 #
 
 DISTNAME=              tpm-1.1b
@@ -18,7 +18,7 @@
 
 SITES.tcpa_man_20031210.tgz= http://www.citi.umich.edu/u/rwash/projects/trusted/
 
-BUILD_DIRS=            ${WRKSRC}/libtcpa ${WRKSRC}/examples
+BUILD_DIRS=            libtcpa examples
 INSTALLATION_DIRS=     bin lib ${PKGMANDIR}/man3 share/doc/${PKGBASE}
 
 do-install:



Home | Main Index | Thread Index | Old Index