diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /devel/popt | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'devel/popt')
-rw-r--r-- | devel/popt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 32483d69ee3..63413b1dd3c 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2004/01/05 23:22:51 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/20 12:13:29 agc Exp $ # DISTNAME= popt-1.7 PKGREVISION= 4 -WRKSRC= ${WRKDIR}/${DISTNAME} CATEGORIES= devel MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ \ ftp://ftp.iks-jena.de/pub/software/unix/misc/ \ @@ -18,6 +17,7 @@ CONFLICTS= ORBit<=0.5.3 BUILD_USES_MSGFMT= yes +WRKSRC= ${WRKDIR}/${DISTNAME} USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |