diff options
author | Jason Evans <jasone@FreeBSD.org> | 2006-01-12 09:22:29 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2006-01-12 09:22:29 +0000 |
commit | 1c0515362873433643861009aa00e40a24ffb504 (patch) | |
tree | 1830ffa142ad94dfe6f783a835dc36125b680d48 /devel/libedit | |
parent | ebf19b77a0e4319927805d464431a9435d5f1355 (diff) | |
download | ports-1c0515362873433643861009aa00e40a24ffb504.tar.gz ports-1c0515362873433643861009aa00e40a24ffb504.zip |
Notes
Diffstat (limited to 'devel/libedit')
-rw-r--r-- | devel/libedit/Makefile | 4 | ||||
-rw-r--r-- | devel/libedit/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile index 5bfc2d457aa1..9e4e0f3ccb51 100644 --- a/devel/libedit/Makefile +++ b/devel/libedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= libedit PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.astron.com/pub/libedit/ \ http://www.canonware.com/download/libedit/ @@ -43,6 +43,6 @@ MANCOMPRESSED= no post-patch: @${REINPLACE_CMD} -e 's|CFLAGS -O|CFLAGS|g ; \ - s|MAJOR="2"|MAJOR="5"|g' ${WRKSRC}/configure + s|MAJOR="2"|MAJOR="6"|g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/devel/libedit/pkg-plist b/devel/libedit/pkg-plist index eedf58ff634d..26288bbc86a3 100644 --- a/devel/libedit/pkg-plist +++ b/devel/libedit/pkg-plist @@ -1,4 +1,4 @@ include/histedit.h lib/libedit.a -lib/libedit.so.5 +lib/libedit.so.6 lib/libedit.so |