diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-05-26 20:09:07 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-05-26 20:09:07 +0000 |
commit | 3592e7c9655cfec493d029c0dc062e2eb20069be (patch) | |
tree | dfded219d5e180958f6dcf95e661b535184356c0 /ftp | |
parent | 370954b872a87e336f49b8be8f8670f378d24e41 (diff) | |
download | ports-3592e7c9655cfec493d029c0dc062e2eb20069be.tar.gz ports-3592e7c9655cfec493d029c0dc062e2eb20069be.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 1 | ||||
-rw-r--r-- | ftp/proftpd-devel/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/proftpd/pkg-plist | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 9e356e75d667..96c65d7683fb 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) diff --git a/ftp/proftpd-devel/pkg-plist b/ftp/proftpd-devel/pkg-plist index ec1eefa7ff99..9f6b2aab4cac 100644 --- a/ftp/proftpd-devel/pkg-plist +++ b/ftp/proftpd-devel/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 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 |