summaryrefslogtreecommitdiff
path: root/databases/postgresql81-plperl
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-03-21 06:39:33 +0000
committermartti <martti@pkgsrc.org>2006-03-21 06:39:33 +0000
commitf318afb36c6a72c8324b9c82df5913e3d212ae5b (patch)
treef5af62f6e4aba24d0c107a13b6cac198becd2772 /databases/postgresql81-plperl
parent11993b86ed427d48b7fc435e346ed24f34cf0a4f (diff)
downloadpkgsrc-f318afb36c6a72c8324b9c82df5913e3d212ae5b.tar.gz
s/wip/databases/ (hi uebayasi!)
Diffstat (limited to 'databases/postgresql81-plperl')
-rw-r--r--databases/postgresql81-plperl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql81-plperl/Makefile b/databases/postgresql81-plperl/Makefile
index b28979540fd..9da9723fb56 100644
--- a/databases/postgresql81-plperl/Makefile
+++ b/databases/postgresql81-plperl/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/20 14:45:51 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $
PKGNAME= postgresql81-plperl-${BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
-DEPENDS+= postgresql81-server>=${BASE_VERS}:../../wip/postgresql81-server
+DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
-.include "../../wip/postgresql81/Makefile.common"
+.include "../../databases/postgresql81/Makefile.common"
PERL5_CONFIGURE= NO
CONFIGURE_ARGS+= --with-perl
@@ -16,7 +16,7 @@ MAKEFILE= GNUmakefile
USE_LIBTOOL= yes
PKG_LIBTOOL= ${PKG_SHLIBTOOL}
-.include "../../wip/postgresql81-client/buildlink3.mk"
+.include "../../databases/postgresql81-client/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"