diff options
author | tv <tv> | 2006-05-17 16:22:06 +0000 |
---|---|---|
committer | tv <tv> | 2006-05-17 16:22:06 +0000 |
commit | 6126a5d5657975887dc44e2a8dce2a456c6af4ff (patch) | |
tree | 787afb3fd0ab6c694fbd1383c3a761928c7ea02d /meta-pkgs | |
parent | 03538773a1f4ac069800c39dc7c6f5ae89d40773 (diff) | |
download | pkgsrc-6126a5d5657975887dc44e2a8dce2a456c6af4ff.tar.gz |
Derive BOOST_SHORT_VERSION automatically from BOOST_VERSION.
Diffstat (limited to 'meta-pkgs')
-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 |