diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-09-10 16:18:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-09-10 16:18:42 +0000 |
commit | 9dcdbdc0d2206bfbf411620aa830c430d85e780b (patch) | |
tree | e8dada55530974668235b3169be2e9c1c9dd4e9e | |
parent | 1af8e5016a4a8902af07103523d0b18ca93a4ae8 (diff) | |
download | freebsd-ports-9dcdbdc0d2206bfbf411620aa830c430d85e780b.zip |
Mark port as forbidden due to security problems. With any luck
the new release will come out today.
-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:' \ |