diff options
author | lioux <lioux@FreeBSD.org> | 2007-06-20 19:29:01 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2007-06-20 19:29:01 +0800 |
commit | 20752b494c8a91a20f19a6c2151e884b69034438 (patch) | |
tree | 4ae3c47e43e3e458bce0cb62d197bfb45d6327d7 /net-p2p/i2p | |
parent | dca3c04b3483665c32dcb28ff325ed8fd950519a (diff) | |
download | freebsd-ports-gnome-20752b494c8a91a20f19a6c2151e884b69034438.tar.gz freebsd-ports-gnome-20752b494c8a91a20f19a6c2151e884b69034438.tar.zst freebsd-ports-gnome-20752b494c8a91a20f19a6c2151e884b69034438.zip |
Fix fetch target: port can now be fetched again
Diffstat (limited to 'net-p2p/i2p')
-rw-r--r-- | net-p2p/i2p/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index 2e0a5d3dff3e..d00424fe738a 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://dev.i2p.net/i2p/:i2p \ ${MASTER_SITE_SOURCEFORGE:S/$/:jetty/} MASTER_SITE_SUBDIR= jetty/:jetty DISTFILES= \ - ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:i2p \ ${JETTY_DISTFILE}:jetty EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} |