summaryrefslogtreecommitdiff
path: root/irc/iip
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-11 02:32:46 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-11 02:32:46 +0000
commit9db866593c2e857e9d787a7de20eca3a240bc01e (patch)
tree237599e2c77ec6ef8e24051c0a299146c84d7e50 /irc/iip
parentAdd specific handling of and appropriate dependences for (diff)
Fix fetching: correct MASTER_SITE_SUBDIR
PR: 52010 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes: svn path=/head/; revision=80636
Diffstat (limited to 'irc/iip')
-rw-r--r--irc/iip/Makefile2
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