From 95b3e3e2360a18f5efbc61ef85a063b7481be09f Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 29 Mar 2003 12:40:00 +0000 Subject: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. --- databases/sdbm/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'databases/sdbm') diff --git a/databases/sdbm/Makefile b/databases/sdbm/Makefile index 542a60e62e3..87eb43e3d23 100644 --- a/databases/sdbm/Makefile +++ b/databases/sdbm/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:18 agc Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/29 12:40:27 jmmv 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 @@ -14,8 +15,6 @@ COMMENT= Substitute DBM, an implementation of the `real' ndbm library MAKE_ENV+= LIBDIR=${PREFIX}/lib NOLINT=1 -WRKSRC= ${WRKDIR} - post-extract: @cd ${WRKDIR} && ${SH} sdbm.shar >/dev/null -- cgit v1.2.3