Quell pkglint: BUILD_DIRS doesn't need to be preceded by ${WRKSRC}.
This commit is contained in:
parent
8427e85bf2
commit
e4624bb2ab
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ WRKSRC= ${WRKDIR}/TPM
|
|||
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue