diff options
author | sat <sat@FreeBSD.org> | 2007-07-26 18:15:33 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-26 18:15:33 +0800 |
commit | 37174b8b4eb164361ef35535db4b8481c06ee779 (patch) | |
tree | c6aace2d542717d5f7988a77595fa7f03645df4d /archivers/pbzip2/Makefile | |
parent | 023e50a72a4bd76290072ba50a248e5d59272bd1 (diff) | |
download | freebsd-ports-gnome-37174b8b4eb164361ef35535db4b8481c06ee779.tar.gz freebsd-ports-gnome-37174b8b4eb164361ef35535db4b8481c06ee779.tar.zst freebsd-ports-gnome-37174b8b4eb164361ef35535db4b8481c06ee779.zip |
- Update to 1.0.2
Reported by: Jeff Gilchrist (author)
Diffstat (limited to 'archivers/pbzip2/Makefile')
-rw-r--r-- | archivers/pbzip2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index 14567005d6ae..351928f8b067 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -7,16 +7,17 @@ # PORTNAME= pbzip2 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= archivers MASTER_SITES= http://compression.ca/pbzip2/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Parallel BZIP2 -PLIST_FILES= bin/pbzip2 +PLIST_FILES= bin/pbzip2 bin/pbunzip2 MAN1= pbzip2.1 +MLINKS= pbzip2.1 pbunzip2.1 post-patch: @${REINPLACE_CMD} \ @@ -30,6 +31,7 @@ post-patch: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + @${LN} -sf ${PORTNAME} ${PREFIX}/bin/pbunzip2 @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/ .include <bsd.port.mk> |