1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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.
This commit is contained in:
Bill Fumerola 1999-11-15 04:32:54 +00:00
parent 64b32eae86
commit c4e84e58c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23134
2 changed files with 4 additions and 4 deletions

View File

@ -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}"

View File

@ -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}"