diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-12-18 21:26:45 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-12-18 21:26:45 +0000 |
commit | 4b3d20881b0dc88743a8fbfea69b41dbad9f3ba1 (patch) | |
tree | 694f822dd6cdd6e2e793874c4d47bb13aee2a00b /databases/py-sqlobject/files | |
parent | - Update to 3.8 (diff) |
- Update to 0.10.2
- Switch to CHEESESHOP and remove old MASTER_SITES
- Switch to easy_install macro
PR: ports/129163
Submitted by: Wen Heping <wenheping@gmail.com>
Notes
Notes:
svn path=/head/; revision=224392
Diffstat (limited to 'databases/py-sqlobject/files')
-rw-r--r-- | databases/py-sqlobject/files/pkg-deinstall.in | 17 | ||||
-rw-r--r-- | databases/py-sqlobject/files/pkg-install.in | 16 |
2 files changed, 0 insertions, 33 deletions
diff --git a/databases/py-sqlobject/files/pkg-deinstall.in b/databases/py-sqlobject/files/pkg-deinstall.in deleted file mode 100644 index 8ee207b16f16..000000000000 --- a/databases/py-sqlobject/files/pkg-deinstall.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -PKGNAME=$1 -# -case $2 in - DEINSTALL) - easy_install -q -m -x -S %%PYTHON_SITELIBDIR%% %%EGG%% - ;; - POST-DEINSTALL) - exit 0 - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 diff --git a/databases/py-sqlobject/files/pkg-install.in b/databases/py-sqlobject/files/pkg-install.in deleted file mode 100644 index 9ccf8a79ce57..000000000000 --- a/databases/py-sqlobject/files/pkg-install.in +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -PKGNAME=$1 -# -case $2 in - POST-INSTALL) - easy_install -q -N -x -S %%PYTHON_SITELIBDIR%% %%EGG%% - ;; - PRE-INSTALL) - ;; - *) - echo "Unexpected Argument $2!!!" - exit 1 - ;; -esac -exit 0 |