diff options
author | nivit <nivit@FreeBSD.org> | 2007-08-24 21:33:19 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-08-24 21:33:19 +0800 |
commit | 4429e8cd5216c7093481206b3031e26af1e94054 (patch) | |
tree | 1e7b878012c418b0db01b01bc4b62596cbbf5dca /databases/py-Elixir | |
parent | b4828f5e5ed701e9e9b037d237a84757ae49126d (diff) | |
download | freebsd-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/Makefile | 2 |
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> |