diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-03-01 15:01:13 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-03-01 15:01:13 +0000 |
commit | 3f2c995d2535ec512d5077ce38a9f216c82487e1 (patch) | |
tree | 90616a72f7d9f29697d162015b5b758393f0bf86 | |
parent | efa69d9536d6a3e4bbb61637b59f226dc802aeaf (diff) | |
download | ports-3f2c995d2535ec512d5077ce38a9f216c82487e1.tar.gz ports-3f2c995d2535ec512d5077ce38a9f216c82487e1.zip |
Notes
-rw-r--r-- | devel/readline/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile index c1a08b2b240f..0617e4d0ae29 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= readline -PORTVERSION= 6.3.${PATCHLEVEL} +PORTVERSION= 6.3${PATCHLEVEL} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU \ ftp://ftp.cwru.edu/pub/bash/ @@ -30,7 +31,7 @@ PATCHES= .for p in ${PATCHES:S/^/00/} PATCH_FILES+= ${PORTNAME}${PORTVERSION:R:S/.//}-${p:C/.*(...)$/\1/} .endfor -PATCHLEVEL= ${PATCHES:Q:S/ /./g:E} +PATCHLEVEL= ${PATCHES:M1:S/1/./}${PATCHES:Q:S/^/./:S/ /./g:E} .include <bsd.port.options.mk> |