svn commit: r383008 - head/converters/wkhtmltopdf
Mathieu Arnold
mat at FreeBSD.org
Thu Apr 2 14:41:23 UTC 2015
Author: mat
Date: Thu Apr 2 14:41:21 2015
New Revision: 383008
URL: https://svnweb.freebsd.org/changeset/ports/383008
Log:
Cleanup old unneeded bits.
Sponsored by: Absolight
Modified:
head/converters/wkhtmltopdf/Makefile
Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile Thu Apr 2 14:23:47 2015 (r383007)
+++ head/converters/wkhtmltopdf/Makefile Thu Apr 2 14:41:21 2015 (r383008)
@@ -54,10 +54,6 @@ MAKE_ARGS+= INSTALL_ROOT="${STAGEDIR}${P
.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>
More information about the svn-ports-head
mailing list