From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- audio/maplay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/maplay') diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 41db6131f86..ee69db72588 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2004/01/18 13:59:25 mrauch Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/20 12:07:42 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1997/01/07 14:58:04 torstenb Exp # DISTNAME= maplay1_2 PKGNAME= maplay-1.2 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= audio MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/misc/maplay1.2/ EXTRACT_SUFX= .tar @@ -14,6 +13,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= MPEG audio player/decoder for layer I and II MPEG audio streams PATCH_STRIP= -p2 +WRKSRC= ${WRKDIR} pre-configure: @(cd ${WRKSRC}; ${MAKE} pre-install) -- cgit v1.2.3