svn commit: r424164 - head/graphics/seejpeg

Mathieu Arnold mat at FreeBSD.org
Tue Oct 18 15:00:49 UTC 2016


Author: mat
Date: Tue Oct 18 15:00:48 2016
New Revision: 424164
URL: https://svnweb.freebsd.org/changeset/ports/424164

Log:
  Remove this post-patch target, the -O3 line is commented out by the patch.
  
  Sponsored by:	Absolight

Modified:
  head/graphics/seejpeg/Makefile   (contents, props changed)

Modified: head/graphics/seejpeg/Makefile
==============================================================================
--- head/graphics/seejpeg/Makefile	Tue Oct 18 14:46:11 2016	(r424163)
+++ head/graphics/seejpeg/Makefile	Tue Oct 18 15:00:48 2016	(r424164)
@@ -22,8 +22,4 @@ PLIST_FILES=	bin/seejpeg man/man1/seejpe
 post-extract:
 	${CHMOD} 0644 ${WRKSRC}/Makefile
 
-post-patch:
-	${MV}	${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
-	${SED}	"s|-O3|${CFLAGS}|g" ${WRKSRC}/Makefile.prev >  ${WRKSRC}/Makefile
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list