diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-07 10:21:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-07 10:21:38 +0000 |
commit | 369ab7909f893dc67786f42d824526564240e69a (patch) | |
tree | b6dbc0f109dbb62301f61a9690f3241b0265908b /devel/boost/Makefile | |
parent | 199c4633a7ff0a4a373ca000c33da091e60d0698 (diff) | |
download | pkgsrc-369ab7909f893dc67786f42d824526564240e69a.tar.gz |
Distfile is now versioned, so we don't need DIST_SUBDIR any longer.
Some minor cleanup.
Diffstat (limited to 'devel/boost/Makefile')
-rw-r--r-- | devel/boost/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 354b3c87687..77cc962e59e 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2002/07/07 02:30:51 jschauma Exp $ +# $NetBSD: Makefile,v 1.13 2002/07/07 10:21:38 wiz Exp $ -DISTNAME= boost -PKGNAME= ${DISTNAME}-1.28 +DISTNAME= boost_1_28_0 +PKGNAME= ${DISTNAME:C/_/-/:C/_/./g} CATEGORIES= devel MASTER_SITES= http://boost.sourceforge.net/release/ -DISTFILES= ${DISTNAME}_1_28_0.tar.gz MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.boost.org/ @@ -13,9 +12,6 @@ COMMENT= free, portable libraries that integrate with the ISO C++ Standard Libr # Need working <limits> and <memory> not present in NetBSD yet. DEPENDS+= sgi-stl>=3.2:../../devel/sgi-stl -DIST_SUBDIR= ${PKGNAME} -WRKSRC= ${WRKDIR}/${DISTNAME}_1_28_0 - USE_LIBTOOL= # defined BOOST_VERS= 0:0 MAKE_ENV+= BOOST_VERS="${BOOST_VERS}" |