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. --- devel/libportlib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel/libportlib') diff --git a/devel/libportlib/Makefile b/devel/libportlib/Makefile index e2f03009865..ad4523038c1 100644 --- a/devel/libportlib/Makefile +++ b/devel/libportlib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/12/24 09:53:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:13:28 agc Exp $ # DISTNAME= portlib-1.01 PKGNAME= libportlib-1.01 -WRKSRC= ${WRKDIR}/portlib-1.01 CATEGORIES= devel MASTER_SITES= http://www.snake.net/software/portlib/ @@ -11,6 +10,8 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= ${MASTER_SITES} COMMENT= Portable file locking and directory reading +WRKSRC= ${WRKDIR}/portlib-1.01 + post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak ${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \ -- cgit v1.2.3