Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/databases/postgresql83-plpython/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- pkgsrc/databases/postgresql83-plpython/Attic/Makefile 2008/03/04 12:44:41 1.1 +++ pkgsrc/databases/postgresql83-plpython/Attic/Makefile 2008/06/12 02:14:20 1.2 @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2008/03/04 12:44:41 adam Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:20 joerg Exp $ PKGNAME= postgresql83-plpython-${BASE_VERS} COMMENT= PL/Python procedural language for the PostgreSQL backend +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server .include "../../databases/postgresql83/Makefile.common"