summaryrefslogtreecommitdiff
path: root/databases/oraedit
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-19 16:45:43 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-19 16:45:43 +0000
commitcdec09822a249edc0391b420b4dad1851c875b11 (patch)
treeda145e28e7ef5b6b269e7ab48fd068990b1d31a4 /databases/oraedit
parent3ecaa2f79ba2cd6e51ebaafb3c053e6c7b734878 (diff)
downloadpkgsrc-cdec09822a249edc0391b420b4dad1851c875b11.tar.gz
use python buildlink file
Diffstat (limited to 'databases/oraedit')
-rw-r--r--databases/oraedit/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/oraedit/Makefile b/databases/oraedit/Makefile
index ee48c42b80b..278f6caf4c8 100644
--- a/databases/oraedit/Makefile
+++ b/databases/oraedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 14:17:30 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2002/01/19 16:45:43 drochner Exp $
DISTNAME= oraedit-0.1.3
CATEGORIES= databases
@@ -7,12 +7,13 @@ MASTER_SITES= http://www.ics.muni.cz/~dolecek/projects/python/oraedit/
MAINTAINER= jdolecek@netbsd.org
COMMENT= editor of PL/SQL source stored in Oracle database
-DEPENDS= python>=1.5:../../lang/python
-
NO_CONFIGURE= 1
NO_BUILD= 1
+PYTHON_PATCH_SCRIPTS= oraedit
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/oraedit ${LOCALBASE}/bin/oraedit
+.include "../../lang/python/application.buildlink.mk"
.include "../../mk/bsd.pkg.mk"