aboutsummaryrefslogtreecommitdiff
path: root/converters/wkhtmltopdf
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-02 14:41:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-02 14:41:21 +0000
commit7cc101e6f3410ab661fee92188905b639479115f (patch)
tree347fb9d38edc04a427e16edba2d5eac996a15afd /converters/wkhtmltopdf
parentce27babdfe7b91490d0d1b37466ad7b8762b1b28 (diff)
downloadports-7cc101e6f3410ab661fee92188905b639479115f.tar.gz
ports-7cc101e6f3410ab661fee92188905b639479115f.zip
Notes
Diffstat (limited to 'converters/wkhtmltopdf')
-rw-r--r--converters/wkhtmltopdf/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile
index 85bfbbb4d9d1..1ca2144333fe 100644
--- a/converters/wkhtmltopdf/Makefile
+++ b/converters/wkhtmltopdf/Makefile
@@ -54,10 +54,6 @@ MAKE_ARGS+= INSTALL_ROOT="${STAGEDIR}${PREFIX}"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 800000
-BROKEN= fails to extract on FreeBSD 7.X
-.endif
-
.if ${ARCH} == "powerpc"
BROKEN= Does not link on powerpc
.endif
@@ -82,7 +78,4 @@ post-build:
${_MAKE_JOBS} ${MAKE_ARGS:C,^${DESTDIRNAME}=.*,,g} \
${ALL_TARGET}
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.post.mk>