diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-29 07:19:05 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-29 07:19:05 +0800 |
commit | 1481b10440a9ec4055c39f2704bb8232806e73a6 (patch) | |
tree | 055f8edfd737cc6563ea771c088ecd4ab2277727 /ftp/twoftpd | |
parent | 2307e9c23379f9e9b9e1b9bf0f702442dc29ac0a (diff) | |
download | freebsd-ports-gnome-1481b10440a9ec4055c39f2704bb8232806e73a6.tar.gz freebsd-ports-gnome-1481b10440a9ec4055c39f2704bb8232806e73a6.tar.zst freebsd-ports-gnome-1481b10440a9ec4055c39f2704bb8232806e73a6.zip |
Fix MASTER_SITES and unmark broken.
Diffstat (limited to 'ftp/twoftpd')
-rw-r--r-- | ftp/twoftpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index 840dde889198..be0fe1faf6af 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -5,14 +5,13 @@ PORTNAME= twoftpd PORTVERSION= 1.42 PORTREVISION= 1 CATEGORIES= ftp -MASTER_SITES= http://untroubled.org/archive/${PORTNAME}/ +MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple, secure, efficient FTP server LICENSE= GPLv2 -BROKEN= Does not fetch BUILD_DEPENDS= ${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs LIB_DEPENDS= libcvm-v2client.so:${PORTSDIR}/security/cvm |