diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-11 10:32:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-11 10:32:46 +0800 |
commit | 24d4799d06f4f719864da1e483b84308aa726512 (patch) | |
tree | f48814df7a17f6862628558ba607eb5251b5e3d8 /irc | |
parent | de0e98590a4326a92a678b607ce761bc43d95377 (diff) | |
download | freebsd-ports-gnome-24d4799d06f4f719864da1e483b84308aa726512.tar.gz freebsd-ports-gnome-24d4799d06f4f719864da1e483b84308aa726512.tar.zst freebsd-ports-gnome-24d4799d06f4f719864da1e483b84308aa726512.zip |
Fix fetching: correct MASTER_SITE_SUBDIR
PR: 52010
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/iip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/iip/Makefile b/irc/iip/Makefile index 0a7dbc2cb962..95240f776ffb 100644 --- a/irc/iip/Makefile +++ b/irc/iip/Makefile @@ -9,7 +9,7 @@ PORTNAME= iip PORTVERSION= 1.1.0 CATEGORIES= irc security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= invisibleip EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org |