diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /devel/libtool/Makefile.common | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'devel/libtool/Makefile.common')
-rw-r--r-- | devel/libtool/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index e32d56271e9..8313991d0db 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.common,v 1.39 2004/01/05 11:12:46 jlam Exp $ +# $NetBSD: Makefile.common,v 1.40 2004/01/20 12:13:28 agc Exp $ # DISTNAME= libtool-ml-20010614 PKGPFX= ${DISTNAME:C/ml-/1.4./} PKGREVISION= 19 -WRKSRC= ${WRKDIR}/libtool-ml CATEGORIES= devel pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -15,6 +14,7 @@ CONFLICTS= glibtool-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews +WRKSRC= ${WRKDIR}/libtool-ml GNU_CONFIGURE= # defined USE_BUILDLINK3= # defined |