aboutsummaryrefslogtreecommitdiff
path: root/security/courieruserinfo
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-07-27 16:45:26 +0000
committerJohn Marino <marino@FreeBSD.org>2013-07-27 16:45:26 +0000
commit9d823abcefcb0805f30b2fb69677e5e9608c05dc (patch)
tree976f88a9f95968c75251d39fe6efcfddc8de086c /security/courieruserinfo
parentb47325edb2d93a726b151ae81f7ecd3c183f0565 (diff)
downloadports-9d823abcefcb0805f30b2fb69677e5e9608c05dc.tar.gz
ports-9d823abcefcb0805f30b2fb69677e5e9608c05dc.zip
security/courier(passd,passwd,userinfo): Unbreak fetch and cleanup
The maintainer provided a new download location for his three ports after a site reorganization broke fetching for two of them. In addition to updating the MASTER_SITES, other cleanups where performed: * Trim Headers * Convert USE_GMAKE to USES+=gmake * Convert NOPORTDOCS to options DOCS * Removed unterminated string in courierpassd makefile * Removed empty strings in courierpassd makefile PR: ports/179670 Approved by: bapt / culot (mentors, implicit)
Notes
Notes: svn path=/head/; revision=323796
Diffstat (limited to 'security/courieruserinfo')
-rw-r--r--security/courieruserinfo/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/courieruserinfo/Makefile b/security/courieruserinfo/Makefile
index 1a4216259efa..059020f37ca2 100644
--- a/security/courieruserinfo/Makefile
+++ b/security/courieruserinfo/Makefile
@@ -1,13 +1,10 @@
-# New ports collection makefile for: courieruserinfo
-# Date created: 27th July 2006
-# Whom: Andrew St. Jean <andrew@arda.homeunix.net>
-#
+# Created by: Andrew St. Jean <andrew@arda.homeunix.net>
# $FreeBSD$
PORTNAME= courieruserinfo
PORTVERSION= 1.1.2
CATEGORIES= security mail
-MASTER_SITES= http://www.arda.homeunix.net/store/
+MASTER_SITES= http://www.arda.homeunix.net/software-downloads/
MAINTAINER= andrew@arda.homeunix.net
COMMENT= User account information retrieval utility
@@ -16,14 +13,18 @@ BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN8= courieruserinfo.8
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}