Use install framework for info pages. Bump revision.
This commit is contained in:
parent
67b982ba4d
commit
fbf3a8087a
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:27 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2006/06/07 12:54:48 joerg Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/-/-pgsql-/}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
COMMENT= PostgreSQL-based DNS server
|
||||
|
||||
CONFLICTS= mydns-mysql-[0-9]*
|
||||
|
@ -10,5 +10,7 @@ CONFIGURE_ARGS+= --without-mysql
|
|||
CONFIGURE_ARGS+= --with-pgsql-lib=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/lib
|
||||
CONFIGURE_ARGS+= --with-pgsql-include=${BUILDLINK_PREFIX.${PGSQL_TYPE}}/include
|
||||
|
||||
INFO_FILES= # PLIST
|
||||
|
||||
.include "../../mk/pgsql.buildlink3.mk"
|
||||
.include "Makefile.common"
|
||||
|
|
Loading…
Reference in a new issue