1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

SUB_FILES puts its results in WRKDIR, not WKRSRC. I don't know how

this wasn't failing to install.

Pointy hat:	brooks
This commit is contained in:
Brooks Davis 2005-04-27 19:42:30 +00:00
parent c37ee5c260
commit 4cabcf1631
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134273

View File

@ -24,7 +24,7 @@ DISTNAME= ganglia-${PORTVERSION}
MAINTAINER= brooks@FreeBSD.org MAINTAINER= brooks@FreeBSD.org
COMMENT= Ganglia cluster monitor, monitoring daemon COMMENT= Ganglia cluster monitor, monitoring daemon
PKGINSTALL= ${WRKSRC}/pkg-install PKGINSTALL= ${WRKDIR}/pkg-install
OPTIONS+= GMETAD "include gmetad" on \ OPTIONS+= GMETAD "include gmetad" on \
LIBGANGLIA "include libganglia" off LIBGANGLIA "include libganglia" off