diff options
author | tv <tv@pkgsrc.org> | 2004-10-14 15:33:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-14 15:33:51 +0000 |
commit | 685a08b78546d49435365f8916663ed1e7f84991 (patch) | |
tree | 892b2ab6d5bd47e0dd48a80cdfe2ba3eefc5b999 | |
parent | 3af3ba2b20bcd1e9c650aa1a27329c7bd94d4d48 (diff) | |
download | pkgsrc-685a08b78546d49435365f8916663ed1e7f84991.tar.gz |
Use the correct install path in the PLIST.
-rw-r--r-- | www/ap2-auth-pgsql/Makefile | 14 | ||||
-rw-r--r-- | www/ap2-auth-pgsql/PLIST | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/ap2-auth-pgsql/Makefile b/www/ap2-auth-pgsql/Makefile index 498ce004e9a..9eeab8ffe05 100644 --- a/www/ap2-auth-pgsql/Makefile +++ b/www/ap2-auth-pgsql/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:18:24 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/10/14 15:33:51 tv Exp $ # FreeBSD Id: ports/www/mod_auth_pgsql2/Makefile,v 1.5 2004/02/06 11:21:00 clement Exp DISTNAME= mod_auth_pgsql-2.0.2b1 -PKGNAME= ap2-auth-pgsql-2.0.2b1 -PKGREVISION= 1 +PKGNAME= ${DISTNAME:S/^mod-/ap2/:S/_/-/g} +PKGREVISION= 2 CATEGORIES= www databases -MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/ +MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.giuseppetanzilli.it/mod_auth_pgsql2/ COMMENT= Allows users to use PostgreSQL databases for user authentication CONFLICTS= ap-auth-postgresql-* -USE_BUILDLINK3= yes +USE_BUILDLINK3= yes -APACHE_MODULE = yes -APACHE_MODULE_NAME = ap2-auth-pgsql +APACHE_MODULE= yes +APACHE_MODULE_NAME= ap2-auth-pgsql do-build: cd ${WRKSRC} && \ diff --git a/www/ap2-auth-pgsql/PLIST b/www/ap2-auth-pgsql/PLIST index 711124b47d8..4c5adb93089 100644 --- a/www/ap2-auth-pgsql/PLIST +++ b/www/ap2-auth-pgsql/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/21 16:06:22 darcy Exp $ -libexec/apache2/mod_auth_pgsql.so +@comment $NetBSD: PLIST,v 1.2 2004/10/14 15:33:51 tv Exp $ +lib/httpd/mod_auth_pgsql.so @exec %D/sbin/apxs -e -a -n auth_pgsql %D/%f @unexec echo "===> If you do not plan on reinstalling mod_auth_pgsql, you must manually remove"; echo "===> references to it in httpd.conf." |