diff options
author | mi <mi@FreeBSD.org> | 2001-10-02 20:00:34 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-10-02 20:00:34 +0800 |
commit | 77f2dcb85527f31f2afc3f0d7976aa4076785463 (patch) | |
tree | 75b271a602a0d7bc6d6f22ae92f92d9750ea9674 /www/mod_auth_pgsql/Makefile | |
parent | b9319d7270c84b8be42c80d42f025ab1966385ad (diff) | |
download | freebsd-ports-graphics-77f2dcb85527f31f2afc3f0d7976aa4076785463.tar.gz freebsd-ports-graphics-77f2dcb85527f31f2afc3f0d7976aa4076785463.tar.zst freebsd-ports-graphics-77f2dcb85527f31f2afc3f0d7976aa4076785463.zip |
Replace my ancient manual NOPORTDOCS handling with the standard procedure.
Add WWW to the pkg-descr (http://www.giuseppetanzilli.it/mod_auth_pgsql/).
Create the pkg-message with the warning regarding upgrading -- some module
specific commands were change (like Auth_PGdatabase -> Auth_PG_database).
No PORTREVISION bump -- no binaries changed. No chance, the package was
already rebuilt :)
Diffstat (limited to 'www/mod_auth_pgsql/Makefile')
-rw-r--r-- | www/mod_auth_pgsql/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile index 1cebe5ab838..f2e30b3ef9c 100644 --- a/www/mod_auth_pgsql/Makefile +++ b/www/mod_auth_pgsql/Makefile @@ -42,15 +42,12 @@ AUTH_PGSQL_DOCS= apache/manual/mod/mod_auth_pgsql PLIST_SUB+= AUTH_PGSQL_DOCS="${AUTH_PGSQL_DOCS}" -PKGMESSAGE= ${WRKSRC}/.install_notes - HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-pgsql=${PREFIX} \ --with-apxs=${APXS} -.if !defined(NOPORTDOCS) -PLIST_SUB+= DOC='' post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/${AUTH_PGSQL_DOCS} ${INSTALL_DATA} ${WRKSRC}/README \ ${PREFIX}/share/doc/${AUTH_PGSQL_DOCS}/ @@ -61,8 +58,7 @@ post-install: ${CHOWN} ${SHAREOWN}:${SHAREGRP} \ ${PREFIX}/share/doc/${AUTH_PGSQL_DOCS}/index.html ${LN} -sf ${AUTH_PGSQL_DOCS} ${PREFIX}/share/doc/ -.else -PLIST_SUB+= DOC='@comment ' .endif + ${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |