diff options
-rw-r--r-- | net/proxy-suite/Makefile | 6 | ||||
-rw-r--r-- | net/proxy-suite/pkg-message | 2 | ||||
-rw-r--r-- | net/proxy-suite/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index b38c39bfa367..86592a5b48f3 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ MAINTAINER= thomas@FreeBSD.org COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security +LICENSE= GPLv2 USE_AUTOTOOLS= autoconf USE_GMAKE= yes @@ -49,11 +50,10 @@ CONFIGURE_ARGS+= --without-libldap ALL_TARGET= -C ftp-proxy .endif -MAN8= ftp-proxy.8 -MAN5= ftp-proxy.conf.5 +MAKE_ARGS= INST_ROOT=${STAGEDIR} CONF_DST=ftp-proxy.conf.sample + SUB_FILES= pkg-message -NO_STAGE= yes .include <bsd.port.pre.mk> # XXX: newer autoconf's rely on the compiler result, not the preprocessor diff --git a/net/proxy-suite/pkg-message b/net/proxy-suite/pkg-message new file mode 100644 index 000000000000..d16a54255513 --- /dev/null +++ b/net/proxy-suite/pkg-message @@ -0,0 +1,2 @@ +Configuration sample files were installed in etc/proxy-suite/, you will need +to copy these over to create real configuration files. diff --git a/net/proxy-suite/pkg-plist b/net/proxy-suite/pkg-plist index 0a909e149775..176c647e7c4c 100644 --- a/net/proxy-suite/pkg-plist +++ b/net/proxy-suite/pkg-plist @@ -1,3 +1,5 @@ sbin/ftp-proxy -etc/proxy-suite/ftp-proxy.conf +etc/proxy-suite/ftp-proxy.conf.sample +man/man5/ftp-proxy.conf.5.gz +man/man8/ftp-proxy.8.gz @dirrm etc/proxy-suite |