diff options
-rw-r--r-- | ftp/proftpd-devel/Makefile | 2 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 60560533fde0..c905c10c50cf 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -27,6 +27,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run \ --with-modules=mod_ratio +FORBIDDEN= security problems + post-configure: @${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed @${SED} -e 's:/etc:${PREFIX}/etc:' \ diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 60560533fde0..c905c10c50cf 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -27,6 +27,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run \ --with-modules=mod_ratio +FORBIDDEN= security problems + post-configure: @${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed @${SED} -e 's:/etc:${PREFIX}/etc:' \ |