diff options
author | tv <tv@pkgsrc.org> | 2006-05-17 16:22:06 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-05-17 16:22:06 +0000 |
commit | 26f2e5b70c6967a5fd851b8d91865612c9f64b4e (patch) | |
tree | 787afb3fd0ab6c694fbd1383c3a761928c7ea02d /meta-pkgs/boost | |
parent | 5b8a17223153a63cd337618174b1a956381a64be (diff) | |
download | pkgsrc-26f2e5b70c6967a5fd851b8d91865612c9f64b4e.tar.gz |
Derive BOOST_SHORT_VERSION automatically from BOOST_VERSION.
Diffstat (limited to 'meta-pkgs/boost')
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index 0130725e2d9..8f04dd6a2da 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.6 2006/01/20 20:40:19 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.7 2006/05/17 16:22:06 tv Exp $ # BOOST_PACKAGE?= undefined BOOST_COMMENT?= undefined BOOST_VERSION= 1.33.1 -BOOST_SHORT_VERSION= 1_33 +BOOST_SHORT_VERSION= ${BOOST_VERSION:S/./_/:C/\..*$//} DISTNAME= boost_${BOOST_VERSION:S/./_/g} CATEGORIES= devel |