aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-13 14:33:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-13 14:33:37 +0000
commit1146dab36b999b7c5af73fe370c206b7f57858b8 (patch)
tree12ad9eda783608e2b2dc91646cfcde6710d91854
parent831fd5de6188e26478522669a12d1449214ac8ce (diff)
downloadports-1146dab36b999b7c5af73fe370c206b7f57858b8.tar.gz
ports-1146dab36b999b7c5af73fe370c206b7f57858b8.zip
Use ${PYTHON_SITELIBDIR} where appropriate.
Notes
Notes: svn path=/head/; revision=43941
-rw-r--r--devel/idle/Makefile2
-rw-r--r--devel/idlefork/Makefile2
-rw-r--r--editors/moleskine/Makefile4
-rw-r--r--mail/pmail/Makefile4
-rw-r--r--mail/pygmy/Makefile4
-rw-r--r--misc/gonvert/Makefile4
-rw-r--r--sysutils/pyfind/Makefile4
-rw-r--r--x11-toolkits/py-gnome/Makefile2
-rw-r--r--x11-toolkits/py-gnome2/Makefile2
9 files changed, 14 insertions, 14 deletions
diff --git a/devel/idle/Makefile b/devel/idle/Makefile
index f17fd9c2682e..17bc3e005603 100644
--- a/devel/idle/Makefile
+++ b/devel/idle/Makefile
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= sobomax@FreeBSD.org
-RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
PYTHON_VERSION= python1.5
diff --git a/devel/idlefork/Makefile b/devel/idlefork/Makefile
index f17fd9c2682e..17bc3e005603 100644
--- a/devel/idlefork/Makefile
+++ b/devel/idlefork/Makefile
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= sobomax@FreeBSD.org
-RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
PYTHON_VERSION= python1.5
diff --git a/editors/moleskine/Makefile b/editors/moleskine/Makefile
index eaea458d71ed..107ea8f193a4 100644
--- a/editors/moleskine/Makefile
+++ b/editors/moleskine/Makefile
@@ -13,8 +13,8 @@ DISTNAME= ${PORTNAME:S/^m/M/}-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \
- ${PYTHON_LIBDIR}/site-packages/_gtkscintillamodule.so:${PORTSDIR}/x11-toolkits/py-gtkscintilla
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \
+ ${PYTHON_SITELIBDIR}/_gtkscintillamodule.so:${PORTSDIR}/x11-toolkits/py-gtkscintilla
USE_X_PREFIX= yes
USE_PYTHON= yes
diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile
index 189168f6d5cc..8570fe24ce05 100644
--- a/mail/pmail/Makefile
+++ b/mail/pmail/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES= http://www.toad.net/~sbender/pmail/
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
-RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/mail/pygmy/Makefile b/mail/pygmy/Makefile
index 59930d3a80dd..bc9cb6a9b1e3 100644
--- a/mail/pygmy/Makefile
+++ b/mail/pygmy/Makefile
@@ -12,8 +12,8 @@ MASTER_SITES= http://pygmy.sourceforge.net/
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
-RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
USE_PYTHON= yes
diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile
index d6e90d18490c..881e359f2104 100644
--- a/misc/gonvert/Makefile
+++ b/misc/gonvert/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES= http://webhome.idirect.com/~tekatch/anthony/ucu/
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk \
- ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk \
+ ${PYTHON_SITELIBDIR}/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome
USE_PYTHON= yes
USE_X_PREFIX= yes
diff --git a/sysutils/pyfind/Makefile b/sysutils/pyfind/Makefile
index c7b9a4e1ab2b..0aebeac8021e 100644
--- a/sysutils/pyfind/Makefile
+++ b/sysutils/pyfind/Makefile
@@ -13,8 +13,8 @@ DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
-RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
USE_PYTHON= yes
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile
index f776edaf8dc5..d0bbfc530a63 100644
--- a/x11-toolkits/py-gnome/Makefile
+++ b/x11-toolkits/py-gnome/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
-PYGTK_DEP= ${PYTHON_LIBDIR}/site-packages/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
+PYGTK_DEP= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
.if !defined(NOPORTDOCS)
post-install:
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile
index f776edaf8dc5..d0bbfc530a63 100644
--- a/x11-toolkits/py-gnome2/Makefile
+++ b/x11-toolkits/py-gnome2/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
-PYGTK_DEP= ${PYTHON_LIBDIR}/site-packages/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
+PYGTK_DEP= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
.if !defined(NOPORTDOCS)
post-install: