diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 13:28:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 13:28:59 +0000 |
commit | 4c2e4f186201b31c37dc6ace0bc178984cefa9fd (patch) | |
tree | bcc2e191eb5eeae24427359a8943308c4d228097 /net/xbone | |
parent | 1520142bc725e616da770a4e1d5625319b89c384 (diff) | |
download | ports-4c2e4f186201b31c37dc6ace0bc178984cefa9fd.tar.gz ports-4c2e4f186201b31c37dc6ace0bc178984cefa9fd.zip |
De-pkg-comment.
Notes
Notes:
svn path=/head/; revision=76041
Diffstat (limited to 'net/xbone')
-rw-r--r-- | net/xbone/Makefile | 15 | ||||
-rw-r--r-- | net/xbone/pkg-comment | 1 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/xbone/Makefile b/net/xbone/Makefile index a1a64b9f3ae5..e20965267fa3 100644 --- a/net/xbone/Makefile +++ b/net/xbone/Makefile @@ -7,10 +7,11 @@ PORTNAME= XBone PORTVERSION= 2.0 -CATEGORIES= net -MASTER_SITES= http://www.isi.edu/xbone/software/x-bone/ +CATEGORIES= net +MASTER_SITES= http://www.isi.edu/xbone/software/x-bone/ -MAINTAINER= yushunwa@isi.edu +MAINTAINER= yushunwa@isi.edu +COMMENT= A system for dynamic internet overlay deployment and management .include <bsd.port.pre.mk> .if ${OSVERSION} < 320000 @@ -18,7 +19,7 @@ BROKEN= "X-Bone does not support FreeBSD prior to 3.2" .endif USE_GMAKE= yes -USE_PERL5= yes +USE_PERL5= yes IS_INTERACTIVE= yes NO_BUILD= yes @@ -41,19 +42,19 @@ pre-fetch: @${FALSE} .elif defined(OPTION) .if ${OPTION}==RD -BUILD_DEPENDS= ${PERL_LIB}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask \ +BUILD_DEPENDS= ${PERL_LIB}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask \ ${PERL_LIB}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay INSTALL_TARGET= rd PLIST= ${PKGDIR}/pkg-plist.rd .else -BUILD_DEPENDS= ${PREFIX}/sbin/httpsd:${PORTSDIR}/www/apache13-ssl\ +BUILD_DEPENDS= ${PREFIX}/sbin/httpsd:${PORTSDIR}/www/apache13-ssl\ ${PERL_LIB}/CGI/Carp.pm:${PORTSDIR}/www/p5-CGI \ ${PERL_LIB}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ ${PERL_LIB}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask\ ${PERL_LIB}/File/CounterFile.pm:${PORTSDIR}/misc/p5-File-CounterFile \ ${PERL_LIB}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ $[PERL_LIB]/Parse/RecDescent.pm:$[PORTSDIR]/devel/p5-Parse-RecDescent -INSTALL_TARGET= omgui +INSTALL_TARGET= omgui MAKE_ARGS= PERL5=${PERL5} SYS=${SYS} .endif .endif diff --git a/net/xbone/pkg-comment b/net/xbone/pkg-comment deleted file mode 100644 index bd071fdd486a..000000000000 --- a/net/xbone/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A system for dynamic internet overlay deployment and management |