svn commit: r344095 - head/graphics/photopc

Rusmir Dusko nemysis at FreeBSD.org
Thu Feb 13 13:09:29 UTC 2014


Author: nemysis
Date: Thu Feb 13 13:09:29 2014
New Revision: 344095
URL: http://svnweb.freebsd.org/changeset/ports/344095
QAT: https://qat.redports.org/buildarchive/r344095/

Log:
  - Don't silence warnings
  
  PR:		ports/186714
  Submitted by:	amdmi3@

Modified:
  head/graphics/photopc/Makefile

Modified: head/graphics/photopc/Makefile
==============================================================================
--- head/graphics/photopc/Makefile	Thu Feb 13 13:04:44 2014	(r344094)
+++ head/graphics/photopc/Makefile	Thu Feb 13 13:09:29 2014	(r344095)
@@ -22,12 +22,7 @@ PORTDOCS=	README protocol.htm usage.htm
 
 OPTIONS_DEFINE=	DOCS
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|CFLAGS = @CFLAGS@|CFLAGS = @CFLAGS@ -w|' \
-		${WRKSRC}/Makefile.in
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list