summaryrefslogtreecommitdiff
path: root/databases/postgresql-plperl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-03 08:06:24 +0000
committerjlam <jlam@pkgsrc.org>2001-12-03 08:06:24 +0000
commit35cdfd9d760f47fa2059ff9dde6b9cf66f10fc69 (patch)
treefec53543ebbac781a63b91aa3ba41b6ed535ab54 /databases/postgresql-plperl
parent9ea2b2ee81bd7f1f6174ad14a99a62535eb148a0 (diff)
downloadpkgsrc-35cdfd9d760f47fa2059ff9dde6b9cf66f10fc69.tar.gz
Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number. G/C some the unused variables in postgresql/Makefile.common related to the old way of handling version numbers.
Diffstat (limited to 'databases/postgresql-plperl')
-rw-r--r--databases/postgresql-plperl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql-plperl/Makefile b/databases/postgresql-plperl/Makefile
index 636e0b27700..29d8fd10b68 100644
--- a/databases/postgresql-plperl/Makefile
+++ b/databases/postgresql-plperl/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2001/11/28 05:20:45 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/12/03 08:06:27 jlam Exp $
.include "../../databases/postgresql/Makefile.common"
.include "../../databases/postgresql/Makefile.ssl"
-PKGNAME= postgresql-plperl-${PG_VERS}
-PG_PKG_VERS= # empty
+PKGNAME= postgresql-plperl-${PG_BASE_VERS}
COMMENT= PL/Perl procedural language for the PostgreSQL backend
BUILDLINK_DEPENDS.postgresql-lib= postgresql-lib>=${PG_BASE_VERS}