diff options
author | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
commit | 9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch) | |
tree | 12d33efb5a1652f97d070a545c3f3e32f7376e51 /ftp/moftpd/Makefile | |
parent | 9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff) | |
download | freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'ftp/moftpd/Makefile')
-rw-r--r-- | ftp/moftpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index 99c89875aee0..b39f9e669eb9 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= moftpd PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.morth.org/moftpd/ \ ${MASTER_SITE_LOCAL} @@ -31,7 +31,7 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} CONFIGURE_ARGS+= --without-tls .elif defined(WITH_GNUTLS) CONFIGURE_ARGS+= --without-openssl -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls LIBS= -L${LOCALBASE}/lib -lgnutls CFLAGS+= -I${LOCALBASE}/include .else @@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --without-sql post-patch: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/moftpd.sh > ${WRKDIR}/moftpd.sh + ${FILESDIR}/moftpd.sh > ${WRKDIR}/moftpd.sh post-install: @${INSTALL_SCRIPT} ${WRKDIR}/moftpd.sh ${PREFIX}/etc/rc.d/ |