diff options
author | billf <billf@FreeBSD.org> | 1999-11-15 12:32:54 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-11-15 12:32:54 +0800 |
commit | 3279240aea538c13f74c109421e5004f2a14de85 (patch) | |
tree | 8f9140ddc54203935d6a04548d0e8ee691e26d7d | |
parent | b4e261801f7242192a10ed15eddcd4957f71f8d1 (diff) | |
download | freebsd-ports-gnome-3279240aea538c13f74c109421e5004f2a14de85.tar.gz freebsd-ports-gnome-3279240aea538c13f74c109421e5004f2a14de85.tar.zst freebsd-ports-gnome-3279240aea538c13f74c109421e5004f2a14de85.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.
-rw-r--r-- | net-im/xicq/Makefile | 4 | ||||
-rw-r--r-- | net/xicq/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/xicq/Makefile b/net-im/xicq/Makefile index b0bb2f2a87de..dee8ff5b30a7 100644 --- a/net-im/xicq/Makefile +++ b/net-im/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}" 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}" |