pkgsrc/databases/postgresql80/Makefile
jlam ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00

20 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/10/25 22:00:41 jlam Exp $
PKGNAME= postgresql80-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql80-client>=${BASE_VERS}:../../databases/postgresql80-client
DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server
.include "Makefile.common"
EXTRACT_ONLY= # empty
NO_CHECKSUM= YES
NO_CONFIGURE= YES
NO_BUILD= YES
PLIST_SRC= # empty (meta-package)
do-install: # empty
do-patch: # empty
.include "../../mk/bsd.pkg.mk"