diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 08:54:13 +0000 |
commit | 3d0dcc46ab28c7878935e64dfe02556912e62702 (patch) | |
tree | 181d1b6872876f32cf58ed1d2d107df2d1644a6a /ftp/moftpd | |
parent | 47f7062f8daf1af7f064d90f971d4749a42363e2 (diff) |
Notes
Diffstat (limited to 'ftp/moftpd')
-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/ |