diff options
Diffstat (limited to 'ftp/ftpmirror/Makefile')
-rw-r--r-- | ftp/ftpmirror/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index 9a3664b53917..09ed1eef271c 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -23,6 +23,7 @@ CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}" PORTDOCS= README.jis RELEASE.jis +NO_STAGE= yes post-configure: @${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Fan/Fan.pm |