diff options
Diffstat (limited to 'archivers/libpar2/Makefile')
-rw-r--r-- | archivers/libpar2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archivers/libpar2/Makefile b/archivers/libpar2/Makefile index 042f869b647c..5ac80c258671 100644 --- a/archivers/libpar2/Makefile +++ b/archivers/libpar2/Makefile @@ -24,17 +24,13 @@ USES= pkgconfig libtool OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e "s/-lstdc++//g" \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/configure post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |