aboutsummaryrefslogtreecommitdiff
path: root/ftp/twoftpd/Makefile
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2005-02-22 09:25:05 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2005-02-22 09:25:05 +0000
commit58b428f22e6f0da6bbf1e23aa8deafc36e5a383b (patch)
tree14d204d8e73e4be4068077574eeb90a4dc270073 /ftp/twoftpd/Makefile
parentb29825f9a61ae6979528f649f2365b2d60b4fbf9 (diff)
downloadports-58b428f22e6f0da6bbf1e23aa8deafc36e5a383b.tar.gz
ports-58b428f22e6f0da6bbf1e23aa8deafc36e5a383b.zip
Notes
Diffstat (limited to 'ftp/twoftpd/Makefile')
-rw-r--r--ftp/twoftpd/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile
index 6f938b9ada20..e5e5d50a3d4d 100644
--- a/ftp/twoftpd/Makefile
+++ b/ftp/twoftpd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= twoftpd
-PORTVERSION= 1.17
-PORTREVISION= 2
+PORTVERSION= 1.20
CATEGORIES= ftp
MASTER_SITES= http://untroubled.org/${PORTNAME}/
@@ -17,11 +16,16 @@ COMMENT= A simple, secure, efficient FTP server
BUILD_DEPENDS= ${LOCALBASE}/lib/libbg-unix.a:${PORTSDIR}/devel/bglibs \
${LOCALBASE}/lib/libcvm-client.a:${PORTSDIR}/security/cvm
+USE_REINPLACE= yes
+
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS?= -s
DOCS= NEWS README TODO
-MAN1= twoftpd-auth.1 twoftpd-xfer.1
+MAN1= twoftpd-auth.1 twoftpd-switch.1 twoftpd-xfer.1
+
+do-patch:
+ ${REINPLACE_CMD} -e 's,timezone,tm.tm_gmtoff,' ${WRKSRC}/statmod.c
do-configure:
${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin