pkgsrc/databases/postgresql/Makefile
jmc 6ef2882f85 Add an empty do-patch rule.
A simple make test here would have shown this to break by removing NO_PATCH
without otherwise seeing why it was there..
2003-04-01 05:14:08 +00:00

20 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.71 2003/04/01 05:14:08 jmc Exp $
PKGNAME= postgresql-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql-client>=${BASE_VERS}:../../databases/postgresql-client
DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql-server
DEPENDS+= postgresql-docs>=${BASE_VERS}:../../databases/postgresql-docs
.include "Makefile.common"
EXTRACT_ONLY= # empty
NO_CHECKSUM= YES
NO_CONFIGURE= YES
NO_BUILD= YES
do-install: # empty
do-patch: # empty
.include "../../mk/bsd.pkg.mk"