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 /ftp/proftpd | |
parent | 1af8e5016a4a8902af07103523d0b18ca93a4ae8 (diff) | |
download | ports-9dcdbdc0d2206bfbf411620aa830c430d85e780b.tar.gz ports-9dcdbdc0d2206bfbf411620aa830c430d85e780b.zip |
Notes
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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:' \ |