summaryrefslogtreecommitdiff
path: root/databases/oraedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/oraedit/Makefile')
-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"