From 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 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. --- audio/oss/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/oss') diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 6b58c734da8..2696d3a1b80 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2003/01/28 22:03:03 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2003/03/29 12:40:08 jmmv Exp $ DISTNAME= oss-${OSS_VERSION} # Overridden below PKGNAME= oss-${OSS_VERSION} +WRKSRC= ${WRKDIR} CATEGORIES= audio sysutils MASTER_SITES= ftp://ftp.opensound.com/pub/oss/netbsd/ @@ -40,7 +41,6 @@ MODSTAT= ${TRUE} .endif CHROOT?= /usr/sbin/chroot -WRKSRC= ${WRKDIR} OSSLIBDIR= ${PREFIX}/lib/oss FILES_SUBST+= OSSLIBDIR=${OSSLIBDIR} FILES_SUBST+= MODSTAT=${MODSTAT} -- cgit v1.2.3