diff options
Diffstat (limited to 'math/fftw3/Makefile')
-rw-r--r-- | math/fftw3/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 0807e1396d33..cbd4ab3caaad 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -95,10 +95,6 @@ PLIST_SUB+= DEF="@comment " PLIST_SUB+= FFTW3_SUFX="${FFTW3_SUFX}" post-patch: - @${REINPLACE_CMD} -e 's|@infodir@|${PREFIX}/info|; \ - s|@mandir@|${PREFIX}/man|' \ - ${WRKSRC}/doc/Makefile.in \ - ${WRKSRC}/tools/Makefile.in @${REINPLACE_CMD} -e \ 's|/etc/fftw|${PREFIX}/etc/fftw|' \ ${WRKSRC}/Makefile.in \ |