diff options
author | sat <sat@FreeBSD.org> | 2007-05-27 04:09:07 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-05-27 04:09:07 +0800 |
commit | ab62ab22a5b13563780a5c81e955cbcd6732c81d (patch) | |
tree | df721b522dd4a983b07d2cccd7a0bf1d91c8e9a4 /ftp/proftpd | |
parent | 98d0814c3267993f0f9d20c34b1d565c92b0474b (diff) | |
download | freebsd-ports-gnome-ab62ab22a5b13563780a5c81e955cbcd6732c81d.tar.gz freebsd-ports-gnome-ab62ab22a5b13563780a5c81e955cbcd6732c81d.tar.zst freebsd-ports-gnome-ab62ab22a5b13563780a5c81e955cbcd6732c81d.zip |
- Fix plist in case mod_wrap2 is disabled
Reported by: pav
Submitted by: Beech Rintoul <freebsd@alaskaparadise.com> (maintainer)
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/proftpd/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 9e356e75d667..96c65d7683fb 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -86,6 +86,7 @@ MODULES:=${MODULES}:mod_rewrite MODULES:=${MODULES}:mod_wrap2 INCLUDEDIRS:=${INCLUDEDIRS}:${WORKDIR}/include LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib +PLIST_FILES+= include/proftpd/mod_wrap2.h .endif .if defined(WITH_WRAP_FILE) diff --git a/ftp/proftpd/pkg-plist b/ftp/proftpd/pkg-plist index ec1eefa7ff99..9f6b2aab4cac 100644 --- a/ftp/proftpd/pkg-plist +++ b/ftp/proftpd/pkg-plist @@ -29,7 +29,6 @@ include/proftpd/libsupp.h include/proftpd/log.h include/proftpd/mkhome.h include/proftpd/mod_ctrls.h -include/proftpd/mod_wrap2.h include/proftpd/modules.h include/proftpd/netacl.h include/proftpd/netaddr.h |