From 4b3d20881b0dc88743a8fbfea69b41dbad9f3ba1 Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Thu, 18 Dec 2008 21:26:45 +0000 Subject: - 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 --- databases/py-sqlobject/files/pkg-install.in | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 databases/py-sqlobject/files/pkg-install.in (limited to 'databases/py-sqlobject/files/pkg-install.in') 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 -- cgit v1.2.3