aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-Elixir
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2007-08-24 21:33:19 +0800
committernivit <nivit@FreeBSD.org>2007-08-24 21:33:19 +0800
commit4429e8cd5216c7093481206b3031e26af1e94054 (patch)
tree1e7b878012c418b0db01b01bc4b62596cbbf5dca /databases/py-Elixir
parentb4828f5e5ed701e9e9b037d237a84757ae49126d (diff)
downloadfreebsd-ports-gnome-4429e8cd5216c7093481206b3031e26af1e94054.tar.gz
freebsd-ports-gnome-4429e8cd5216c7093481206b3031e26af1e94054.tar.zst
freebsd-ports-gnome-4429e8cd5216c7093481206b3031e26af1e94054.zip
- Set PLIST_FILES to %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% (as suggested by sat@)
Diffstat (limited to 'databases/py-Elixir')
-rw-r--r--databases/py-Elixir/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-Elixir/Makefile b/databases/py-Elixir/Makefile
index 5335a8260fc6..84cd5bf224fd 100644
--- a/databases/py-Elixir/Makefile
+++ b/databases/py-Elixir/Makefile
@@ -20,6 +20,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.3.10:${PORTSDIR}/databases/py-
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
-PLIST_FILES= ${PYTHON_SITELIBDIR:S|${PREFIX}/||}/${PYEASYINSTALL_EGG}
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>