diff options
-rw-r--r-- | multimedia/cheese/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index f50fa467a6fa..6c9a257e9264 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -31,10 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ DOCS= AUTHORS COPYING ChangeLog NEWS README GCONF_SCHEMAS= cheese.schemas -post-patch: - @${REINPLACE_CMD} -e 's|[$$]GMSGFMT[$$]|$$MSGFMT$$|g' \ - ${WRKSRC}/configure - .ifndef (NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} |