aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/zathura/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-09-02 21:14:00 +0800
committerpav <pav@FreeBSD.org>2010-09-02 21:14:00 +0800
commit869ba83d6b6fa3c32642d85665c67b7254f4e507 (patch)
treeb2a5a7056af583fc91d07775e0a07a7b24adde37 /graphics/zathura/Makefile
parente1e166079e76ab8f0f041891371bddb1f63afbb7 (diff)
downloadfreebsd-ports-gnome-869ba83d6b6fa3c32642d85665c67b7254f4e507.tar.gz
freebsd-ports-gnome-869ba83d6b6fa3c32642d85665c67b7254f4e507.tar.zst
freebsd-ports-gnome-869ba83d6b6fa3c32642d85665c67b7254f4e507.zip
- Update to 0.0.8.1
PR: ports/150077 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Quentin Stievenart <acieroid@awesom.eu> (maintainer)
Diffstat (limited to 'graphics/zathura/Makefile')
-rw-r--r--graphics/zathura/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile
index 4e08a176d93f..3518c0338d92 100644
--- a/graphics/zathura/Makefile
+++ b/graphics/zathura/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= zathura
-PORTVERSION= 0.0.7
+PORTVERSION= 0.0.8.1
CATEGORIES= graphics print
-MASTER_SITES= http://pwmt.org/zathura/download/
+MASTER_SITES= http://pwmt.org/attachments/download/10/
MAINTAINER= acieroid@awesom.eu
COMMENT= Customizable lightweight pdf viewer
@@ -24,14 +24,15 @@ PLIST_FILES= bin/zathura
post-patch: .SILENT
${REINPLACE_CMD} -e 's|man1|man/man1|g' \
- -e '/CC/s/-s[[:space:]]/${STRIP} /' \
+ -e '/CC/s/$${SFLAGS}/${STRIP} /' \
-e '/CFLAGS/!s/$${LDFLAGS}/$${CFLAGS} &/' \
-e 's/{DFLAGS/{DEBUG_FLAGS/g' \
-e 's/755/${BINMODE}/' \
-e 's/644/${MANMODE}/' \
-e '/echo[[:space:]]CC/d' \
- -e '/echo/!s/@//' \
+ -e '/echo/!s/^\([[:space:]]*\)@/\1/' \
-e '/^all:/s/options//' \
+ -e 's/cp[[:space:]]$$</cp $$>/' \
-e 's/\(include\)[[:space:]]\(.*\)/.\1 "\2"/' \
${WRKSRC}/Makefile
${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \