[Midnightbsd-cvs] mports [24343] trunk/security/courierpassd/Makefile: fix site

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 17 22:35:06 EDT 2018


Revision: 24343
          http://svnweb.midnightbsd.org/mports/?rev=24343
Author:   laffer1
Date:     2018-09-17 22:35:05 -0400 (Mon, 17 Sep 2018)
Log Message:
-----------
fix site

Modified Paths:
--------------
    trunk/security/courierpassd/Makefile

Modified: trunk/security/courierpassd/Makefile
===================================================================
--- trunk/security/courierpassd/Makefile	2018-09-18 02:30:55 UTC (rev 24342)
+++ trunk/security/courierpassd/Makefile	2018-09-18 02:35:05 UTC (rev 24343)
@@ -1,27 +1,23 @@
-# New ports collection makefile for:	courierpassd
-# Date created:				26th July 2005
-# Whom:					Ade Lovett <ade at FreeBSD.org>
-#
 # $FreeBSD: ports/security/courierpassd/Makefile,v 1.9 2006/08/09 06:10:35 ade Exp $
 # $MidnightBSD$
-#
 
 PORTNAME=	courierpassd
 PORTVERSION=	1.1.2
 CATEGORIES=	security mail
-#MASTER_SITES=	http://www.arda.homeunix.net/store/
-MASTER_SITES=	${MASTER_SITE_FREEBSD_LOCAL}
-MASTER_SITE_SUBDIR=	ade
+MASTER_SITES=	http://www.arda.homeunix.net/software-downloads/ \
+		FREEBSD_LOCAL/ade
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	User authentication and password changing daemon utility
+
 LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	courierauthconfig:${PORTSDIR}/security/courier-authlib-base
-RUN_DEPENDS=	courierauthconfig:${PORTSDIR}/security/courier-authlib-base
+BUILD_DEPENDS=	courierauthconfig:security/courier-authlib-base
+RUN_DEPENDS=	courierauthconfig:security/courier-authlib-base
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV=	CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}'



More information about the Midnightbsd-cvs mailing list