diff options
author | flz <flz@FreeBSD.org> | 2005-11-30 19:09:17 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-11-30 19:09:17 +0800 |
commit | d1d8973fd3430887de80e57692d2319371648af0 (patch) | |
tree | 190c178e137b6c5c9b50ee2eb387b866c6690d56 /sysutils | |
parent | 270a9e2003ebb5a3b2cb36ad526022118b803ac1 (diff) | |
download | freebsd-ports-gnome-d1d8973fd3430887de80e57692d2319371648af0.tar.gz freebsd-ports-gnome-d1d8973fd3430887de80e57692d2319371648af0.tar.zst freebsd-ports-gnome-d1d8973fd3430887de80e57692d2319371648af0.zip |
- Update MASTER_SITES.
- Comment OPTIONS since it seems to confuse users.
PR: ports/89746
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/freeipmi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index c5fa60f34edd..ae3a89a61033 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -8,7 +8,7 @@ PORTNAME= freeipmi PORTVERSION= 0.1.3 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.californiadigital.com/pub/${PORTNAME}/download/${PORTVERSION}/ +MASTER_SITES= ftp://ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ PATCH_SITES= ftp://ftp.riss-telecom.ru/pub/patches/ PATCHFILES= ${DISTNAME}-fbsd.diff @@ -34,7 +34,7 @@ INFO+= freeipmi PORTDOCS= * PKGDEINSTALL= ${PKGINSTALL} -OPTIONS+= IOPERM "Use i386_set_ioperm(2) instead of io(4)" off +#OPTIONS+= IOPERM "Use i386_set_ioperm(2) instead of io(4)" off SHLIBVER= 1 |