diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /databases/sdbm/Makefile | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'databases/sdbm/Makefile')
-rw-r--r-- | databases/sdbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sdbm/Makefile b/databases/sdbm/Makefile index 90913d58283..6ecd4842db5 100644 --- a/databases/sdbm/Makefile +++ b/databases/sdbm/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:29:03 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:12:49 agc Exp $ # DISTNAME= sdbm # this is the Dec. 1990 release with some race condition fixes from an # unknown outside source: PKGNAME= sdbm-90.12.1 -WRKSRC= ${WRKDIR} CATEGORIES= databases MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/libs/ EXTRACT_SUFX= .tar.Z @@ -13,6 +12,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tech-pkg@NetBSD.org COMMENT= Substitute DBM, an implementation of the `real' ndbm library +WRKSRC= ${WRKDIR} MAKE_ENV+= LIBDIR=${PREFIX}/lib NOLINT=1 post-extract: |