diff options
author | sat <sat@FreeBSD.org> | 2007-05-26 20:09:07 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-05-26 20:09:07 +0000 |
commit | ab62ab22a5b13563780a5c81e955cbcd6732c81d (patch) | |
tree | df721b522dd4a983b07d2cccd7a0bf1d91c8e9a4 /ftp/proftpd-devel/Makefile | |
parent | 98d0814c3267993f0f9d20c34b1d565c92b0474b (diff) | |
download | FreeBSD-ports-ab62ab22a5b13563780a5c81e955cbcd6732c81d.zip FreeBSD-ports-ab62ab22a5b13563780a5c81e955cbcd6732c81d.tar.gz |
- Fix plist in case mod_wrap2 is disabled
Reported by: pav
Submitted by: Beech Rintoul <freebsd@alaskaparadise.com> (maintainer)
Diffstat (limited to 'ftp/proftpd-devel/Makefile')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 9e356e7..96c65d7 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/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) |