summaryrefslogtreecommitdiff
path: root/databases/postgresql90-pgcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql90-pgcrypto/Makefile')
-rw-r--r--databases/postgresql90-pgcrypto/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/postgresql90-pgcrypto/Makefile b/databases/postgresql90-pgcrypto/Makefile
index 445e118e274..eea36ac1b3a 100644
--- a/databases/postgresql90-pgcrypto/Makefile
+++ b/databases/postgresql90-pgcrypto/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2013/02/06 23:21:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2013/02/09 11:19:13 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-pgcrypto-/}
-PKGREVISION= 2
COMMENT= Module providing cryptographic functions for PostgreSQL
DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
@@ -12,8 +11,8 @@ CONFIGURE_ARGS+= --with-zlib
BUILD_MAKE_FLAGS= PGXS=1
BUILD_DIRS= contrib/pgcrypto
-REQD_DIRS+= ${PG_SUBPREFIX}share/doc/postgresql/contrib
-REQD_DIRS+= ${PG_SUBPREFIX}share/postgresql/contrib
+REQD_DIRS+= share/doc/postgresql/contrib
+REQD_DIRS+= share/postgresql/contrib
.include "../../databases/postgresql90-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"