summaryrefslogtreecommitdiff
path: root/databases/py-sqlobject/files/pkg-install.in
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2008-12-18 21:26:45 +0000
committerWesley Shields <wxs@FreeBSD.org>2008-12-18 21:26:45 +0000
commit4b3d20881b0dc88743a8fbfea69b41dbad9f3ba1 (patch)
tree694f822dd6cdd6e2e793874c4d47bb13aee2a00b /databases/py-sqlobject/files/pkg-install.in
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/pkg-install.in')
-rw-r--r--databases/py-sqlobject/files/pkg-install.in16
1 files changed, 0 insertions, 16 deletions
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