Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2007 17:52:26 -0600
From:      Greg Skafte <skafte@trollkarl.net>
To:        ports@freebsd.org
Subject:   /usr/ports/databases/py-pyPgSQL Makefile changes
Message-ID:  <20070619235226.GA73771@trollkarl.trollkarl.net>

next in thread | raw e-mail | index | archive | help

--NzB8fVQJ5HfG6fxh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Attached is a patch to honour PKGNAMEPREFIX for py-pyPgSQL

-- 
Email: skafte@trollkarl.net     Contact me for ICQ,MSN,AIM,Yahoo,Jabber
--                                                                   --
When things can't get any worse, they simplify themselves by getting a
whole lot worse then complicated. A complete and utter disaster is the 
simplest thing in the world; it's preventing one that's complex. 
(Janet Morris)

--NzB8fVQJ5HfG6fxh
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="Makefile.patch"

--- Makefile	2007/06/19 23:48:44	1.1
+++ Makefile	2007/06/19 23:49:18
@@ -10,7 +10,7 @@
 CATEGORIES=	databases python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pypgsql
-PKGNAMEPREFIX=	py-
+PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A Python DB-API 2 compliant library for using PostgreSQL databases

--NzB8fVQJ5HfG6fxh--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070619235226.GA73771>