diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-13 13:09:29 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-02-13 13:09:29 +0000 |
commit | d7073db5ef208509c530bc4757b17df4234afcdd (patch) | |
tree | 9a34c79d97ad629aa4486b0b14a8293a3d631064 | |
parent | - Don't silence warnings (diff) |
- Don't silence warnings
PR: ports/186714
Submitted by: amdmi3@
Notes
Notes:
svn path=/head/; revision=344095
-rw-r--r-- | graphics/photopc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/photopc/Makefile b/graphics/photopc/Makefile index 0c4256f0988a..d8c157782c0e 100644 --- a/graphics/photopc/Makefile +++ b/graphics/photopc/Makefile @@ -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> |