diff options
Diffstat (limited to 'devel/sfslite/Makefile')
-rw-r--r-- | devel/sfslite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile index 7163e17a208c..46c0212d2ba1 100644 --- a/devel/sfslite/Makefile +++ b/devel/sfslite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sfslite -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.3 CATEGORIES= devel MASTER_SITES= http://dist.okws.org/dist/ @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--with-gmp=/usr # # Map X.Y.Z.Q => X.Y # -SHORTVERSION!= ${ECHO} ${PORTVERSION} | sed -Ee 's/([^.]+\.[^.]+).*/\1/' +SHORTVERSION= ${PORTVERSION:C/^([^\.]+\.[^\.]+).*$/\1/} # # if being called from one of the slave distributions (like |