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.
This commit is contained in:
parent
44d6ffd14a
commit
1d3e7c56d6
2 changed files with 6 additions and 6 deletions
|
@ -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]*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue