aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/pbzip2
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-07-26 20:28:56 +0800
committersat <sat@FreeBSD.org>2007-07-26 20:28:56 +0800
commit1a3d4a9c5af7d0cb65a00438b5131bdb22cdf413 (patch)
treef9af675059ed4f8061c78700eab72f115276ebce /archivers/pbzip2
parent9797037794ef78170ed48ae979cc1e06ac1ca8bf (diff)
downloadfreebsd-ports-gnome-1a3d4a9c5af7d0cb65a00438b5131bdb22cdf413.tar.gz
freebsd-ports-gnome-1a3d4a9c5af7d0cb65a00438b5131bdb22cdf413.tar.zst
freebsd-ports-gnome-1a3d4a9c5af7d0cb65a00438b5131bdb22cdf413.zip
- Clean up a tiny bit
- Put author in pkg-descr - Take maintainership [1] Tricked into by: Jeff Gilchrist (author) [1]
Diffstat (limited to 'archivers/pbzip2')
-rw-r--r--archivers/pbzip2/Makefile15
-rw-r--r--archivers/pbzip2/pkg-descr1
2 files changed, 8 insertions, 8 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile
index 351928f8b067..3d7ec494f8f9 100644
--- a/archivers/pbzip2/Makefile
+++ b/archivers/pbzip2/Makefile
@@ -11,7 +11,7 @@ PORTVERSION= 1.0.2
CATEGORIES= archivers
MASTER_SITES= http://compression.ca/pbzip2/ CENKES
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Parallel BZIP2
PLIST_FILES= bin/pbzip2 bin/pbunzip2
@@ -21,13 +21,12 @@ MLINKS= pbzip2.1 pbunzip2.1
post-patch:
@${REINPLACE_CMD} \
- -e "s,-pthread -lpthread,${PTHREAD_LIBS},g" \
- -e "s,-O3,${CXXFLAGS}," \
- -e "s,^CC,#CC," \
- -e "s,CC,CXX," ${WRKSRC}/Makefile
- @${REINPLACE_CMD} \
- -e "s,PRIu64 \"Lu\",PRIu64 Lu," \
- -e "s,\"PRIu64\",#PRIu64,g" ${WRKSRC}/pbzip2.cpp
+ -e 's,-pthread -lpthread,${PTHREAD_LIBS},g; \
+ s,-O3,${CXXFLAGS},; \
+ s,^CC,#CC,; \
+ s,CC,CXX,' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's,PRIu64 "Lu",PRIu64 Lu,;s,"PRIu64",#PRIu64,g' \
+ ${WRKSRC}/pbzip2.cpp
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
diff --git a/archivers/pbzip2/pkg-descr b/archivers/pbzip2/pkg-descr
index 12c2e9ae0e60..2fc585756525 100644
--- a/archivers/pbzip2/pkg-descr
+++ b/archivers/pbzip2/pkg-descr
@@ -4,3 +4,4 @@ of this version is fully compatible with bzip2 v1.0.2 (ie: anything compressed
with pbzip2 can be decompressed with bzip2).
WWW: http://compression.ca/pbzip2/
+Author: Jeff Gilchrist <pbzip2 [at] compression {dot} ca>