diff options
author | beech <beech@FreeBSD.org> | 2007-06-19 03:46:52 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-06-19 03:46:52 +0800 |
commit | 1643683c5172447709f11abe0a134397bdbce979 (patch) | |
tree | a79eb2f70cf662b1a051d026ea800fbd508ccf3b | |
parent | d1e64080c96148732198e90b18aba9f59cdfa5c7 (diff) | |
download | freebsd-ports-gnome-1643683c5172447709f11abe0a134397bdbce979.tar.gz freebsd-ports-gnome-1643683c5172447709f11abe0a134397bdbce979.tar.zst freebsd-ports-gnome-1643683c5172447709f11abe0a134397bdbce979.zip |
- Add mirror
PR: ports/113787
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
Approved by: sat (mentor)
-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 ae06a065447a..42dbe75504ed 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -12,7 +12,8 @@ PORTNAME= freeipmi PORTVERSION= 0.3.3 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ +MASTER_SITES= ftp://ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ \ + ftp://ftp.riss-telecom.ru/pub/mirrors/ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ MAINTAINER= frolov@riss-telecom.ru COMMENT= Library and tools to support IPMI-capable hardware @@ -22,7 +23,6 @@ LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |