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:
parent
64b32eae86
commit
c4e84e58c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23134
@ -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}"
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user