diff options
author | rm <rm@FreeBSD.org> | 2012-02-19 15:02:58 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-02-19 15:02:58 +0800 |
commit | 9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0 (patch) | |
tree | 3edffe88f797443382147254706925dcdabc05e0 /net | |
parent | 96b10301f4cd42e77bd07254093a85bc5b89f04f (diff) | |
download | freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.tar.gz freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.tar.zst freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.zip |
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
Diffstat (limited to 'net')
-rw-r--r-- | net/flowgrep/Makefile | 4 | ||||
-rw-r--r-- | net/pypvm/Makefile | 4 | ||||
-rw-r--r-- | net/rabbitmq-c-devel/Makefile | 10 | ||||
-rw-r--r-- | net/rabbitmq-c/Makefile | 10 |
4 files changed, 14 insertions, 14 deletions
diff --git a/net/flowgrep/Makefile b/net/flowgrep/Makefile index 79d441e34bc7..01c064f25e42 100644 --- a/net/flowgrep/Makefile +++ b/net/flowgrep/Makefile @@ -16,9 +16,9 @@ COMMENT= TCP stream/UDP/IP payload 'grep' utility RUN_DEPENDS= ${PYTHON_SITELIBDIR}/nidsmodule.so:${PORTSDIR}/net/pynids -USE_PYTHON= YES +USE_PYTHON= yes -NO_BUILD= YES +NO_BUILD= yes PLIST_FILES= sbin/flowgrep diff --git a/net/pypvm/Makefile b/net/pypvm/Makefile index 8417df44f0fb..9ea6af1743e8 100644 --- a/net/pypvm/Makefile +++ b/net/pypvm/Makefile @@ -16,8 +16,8 @@ COMMENT= PVM for Python BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm -USE_PYTHON= YES -USE_PYDISTUTILS=YES +USE_PYTHON= yes +USE_PYDISTUTILS=yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/pypvm.py \ %%PYTHON_SITELIBDIR%%/pypvm_core.so \ diff --git a/net/rabbitmq-c-devel/Makefile b/net/rabbitmq-c-devel/Makefile index 0cb9e6cf3f86..14268d729577 100644 --- a/net/rabbitmq-c-devel/Makefile +++ b/net/rabbitmq-c-devel/Makefile @@ -24,11 +24,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simpl CONFLICTS= rabbitmq-c-[0-9]* -USE_BZIP2= YES -USE_GMAKE= YES -USE_PYTHON= YES -USE_LDCONFIG= YES -GNU_CONFIGURE= YES +USE_BZIP2= yes +USE_GMAKE= yes +USE_PYTHON= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal autoconf automake autoheader libtool AUTOMAKE_ARGS= -i --add-missing ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile index 41d84458b26f..7e0acaf77627 100644 --- a/net/rabbitmq-c/Makefile +++ b/net/rabbitmq-c/Makefile @@ -23,11 +23,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simpl CONFLICTS= rabbitmq-c-devel-[0-9]* -USE_BZIP2= YES -USE_GMAKE= YES -USE_PYTHON= YES -USE_LDCONFIG= YES -GNU_CONFIGURE= YES +USE_BZIP2= yes +USE_GMAKE= yes +USE_PYTHON= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal autoconf automake autoheader libtool AUTOMAKE_ARGS= -i --add-missing ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal |