diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:47:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:47:14 +0000 |
commit | 98ec1eddc8b04f6e6b5a5ea021ae8b97a5b1749c (patch) | |
tree | e21e16d916e3b4ddeafd6f0079686b468a9bbd25 /archivers/bzip2/Makefile | |
parent | ae8ac661bd0dc074626584ea2ac0389dd9dc1a54 (diff) |
Notes
Diffstat (limited to 'archivers/bzip2/Makefile')
-rw-r--r-- | archivers/bzip2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index c1d1bb43f4e2..80866dff6ee2 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -7,15 +7,14 @@ # PORTNAME= bzip2 -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= archivers MASTER_SITES= http://www.bzip.org/${PORTVERSION}/ MAINTAINER= jharris@widomaker.com COMMENT= A block-sorting file compressor -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PATCH_STRIP= -p3 MAN1= bzip2.1 bzgrep.1 bzmore.1 |