diff options
author | agc <agc> | 1999-04-13 15:31:04 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-13 15:31:04 +0000 |
commit | 012d2433cb0129b4d7212f903c7c2343d95160ae (patch) | |
tree | 10011f1b1df36d86736657a022b3a25bb9d7a76a /databases | |
parent | b897911e5e2ceb946d8ed80b5035f46d65799d57 (diff) | |
download | pkgsrc-012d2433cb0129b4d7212f903c7c2343d95160ae.tar.gz |
Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.
If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 90b27abbd11..221caf4c73f 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 1999/04/01 13:36:55 agc Exp $ +# $NetBSD: Makefile,v 1.31 1999/04/13 15:31:05 agc Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # @@ -113,7 +113,6 @@ post-install: @/usr/sbin/chown root:${PGGROUP} ${PREFIX}/etc/rc.d/pgsql.sh @${INSTALL} -c -o ${PGUSER} -g ${PGGROUP} -m 444 \ ${FILESDIR}/post-install-notes ${PREFIX}/${PGUSER} -.if !defined(NOPORTDOCS) -${MKDIR} ${PREFIX}/share/doc/pgsql ${CP} -R ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/pgsql ${RM} -rf ${PREFIX}/share/doc/pgsql/src/CVS \ @@ -121,7 +120,6 @@ post-install: ${PREFIX}/share/doc/pgsql/src/sgml/ref/CVS \ ${PREFIX}/share/doc/pgsql/src/sgml/CVS \ ${PREFIX}/share/doc/pgsql/CVS -.endif .if !defined(BATCH) @${CAT} ${FILESDIR}/post-install-notes .endif |