summaryrefslogtreecommitdiff
path: root/net/xicq
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-11-15 04:32:54 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-11-15 04:32:54 +0000
commitc4e84e58c4126e0fdd2e366991613e245125a2d0 (patch)
treef3bff24e2abb79f801fe62d6674105ab021ec0ea /net/xicq
parent64b32eae8691aefd81cd5e70679bde72b4b30bba (diff)
downloadfreebsd-ports-c4e84e58c4126e0fdd2e366991613e245125a2d0.zip
Make the WRKSRC logic smarter.
freebsd -> FreeBSD I considered removing the current MASTER_SITE, it's definatly unfetchable from there (only our mirrors have the file, ftpsearch didn't come up with anything beyond FreeBSD mirrors) but I'll leave that up to the MAINTAINER.
Diffstat (limited to 'net/xicq')
-rw-r--r--net/xicq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xicq/Makefile b/net/xicq/Makefile
index b0bb2f2a87de..dee8ff5b30a7 100644
--- a/net/xicq/Makefile
+++ b/net/xicq/Makefile
@@ -11,9 +11,9 @@ PKGNAME= xicq-071298
CATEGORIES= net
MASTER_SITES= http://www.xtrophy.dk/xicq/
-MAINTAINER= scrappy@freebsd.org
+MAINTAINER= scrappy@FreeBSD.org
-WRKSRC= ${WRKDIR}/xicq-071298
+WRKSRC= ${WRKDIR}/${PKGNAME}
USE_GMAKE= yes
MAKE_ENV= OPT="${CFLAGS}"