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/pwlib | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'devel/pwlib')
-rw-r--r-- | devel/pwlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 16987d7cf78..e06ba0c384b 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2003/07/17 21:33:17 grant Exp $ +# $NetBSD: Makefile,v 1.26 2004/01/20 12:13:29 agc Exp $ # DISTNAME= pwlib_1.4.4 PKGNAME= pwlib-1.4.4 PKGREVISION= 3 -WRKSRC= ${WRKDIR}/pwlib CATEGORIES= devel MASTER_SITES= http://www.openh323.org/bin/ COUNTRY_MIRRORS= at us1 us2 ru de cz @@ -18,6 +17,7 @@ COMMENT= Portable Windows Libary BUILD_DEPENDS= bison-[0-9]*:../../devel/bison +WRKSRC= ${WRKDIR}/pwlib USE_BUILDLINK2= yes USE_PKGINSTALL= yes USE_GMAKE= yes |