diff options
author | jlam <jlam@pkgsrc.org> | 2005-02-10 03:50:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-02-10 03:50:03 +0000 |
commit | 1d3e7c56d61c3f157a322e190e591963a3bfd8d8 (patch) | |
tree | 3ba95a57aa6ee72d892d8a67da511d26a8985619 /security | |
parent | 44d6ffd14aebc071fa7bb7a3677b6fa3c7750c2c (diff) | |
download | pkgsrc-1d3e7c56d61c3f157a322e190e591963a3bfd8d8.tar.gz |
Rearrange so that the MAINTAINER and HOMEPAGE are stored with the
package Makefile instead of Makefile.common. Also, fix the HOMEPAGE
for the courier-authlib component of the Courier package.
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib/Makefile | 7 | ||||
-rw-r--r-- | security/courier-authlib/Makefile.common | 5 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index c1b7998c0c6..371e8a71ab5 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/02/10 03:21:30 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2005/02/10 03:50:03 jlam Exp $ .include "Makefile.common" DISTNAME= courier-authlib-0.53 -COMMENT= Courier Authentication Library CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 +MAINTAINER= jlam@NetBSD.org +COMMENT= Courier Authentication Library +HOMEPAGE= http://www.courier-mta.org/authlib/ + CONFLICTS+= courier-auth-[0-9]* CONFLICTS+= courier-authldap-[0-9]* CONFLICTS+= courier-authmysql-[0-9]* diff --git a/security/courier-authlib/Makefile.common b/security/courier-authlib/Makefile.common index 89dbe1214a8..622b147d16f 100644 --- a/security/courier-authlib/Makefile.common +++ b/security/courier-authlib/Makefile.common @@ -1,7 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2005/02/10 03:21:30 jlam Exp $ - -MAINTAINER= jlam@NetBSD.org -HOMEPAGE= http://www.courier-mta.org/ +# $NetBSD: Makefile.common,v 1.2 2005/02/10 03:50:03 jlam Exp $ COURIER_USER?= courier COURIER_GROUP?= courier |