diff options
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 3c6bf6bb56f5..7712141a7234 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pbzip2 -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= archivers MASTER_SITES= http://compression.ca/pbzip2/ @@ -16,6 +16,8 @@ COMMENT= Parallel BZIP2 PLIST_FILES= bin/pbzip2 +MAN1= pbzip2.1 + post-patch: @${REINPLACE_CMD} \ -e "s,-pthread -lpthread,${PTHREAD_LIBS},g" \ @@ -25,9 +27,9 @@ post-patch: @${REINPLACE_CMD} \ -e "s,PRIu64 \"Lu\",PRIu64 Lu," \ -e "s,\"PRIu64\",#PRIu64,g" ${WRKSRC}/pbzip2.cpp - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 .include <bsd.port.mk> |