svn commit: r424547 - head/security/courierpasswd

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 24 09:03:54 UTC 2016


Author: amdmi3
Date: Mon Oct 24 09:03:53 2016
New Revision: 424547
URL: https://svnweb.freebsd.org/changeset/ports/424547

Log:
  - Add LICENSE
  - Switch to USES=localbase
  - Don't install COPYING with documentation

Modified:
  head/security/courierpasswd/Makefile

Modified: head/security/courierpasswd/Makefile
==============================================================================
--- head/security/courierpasswd/Makefile	Mon Oct 24 08:53:21 2016	(r424546)
+++ head/security/courierpasswd/Makefile	Mon Oct 24 09:03:53 2016	(r424547)
@@ -9,19 +9,20 @@ MASTER_SITES=	http://www.arda.homeunix.n
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	User authentication and password changing utility
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libcourierauth.so:security/courier-authlib-base
 
 GNU_CONFIGURE=	yes
-USES=		gmake
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+USES=		gmake localbase
 
-MINUID?=	100
+MINUID?=	100 # XXX: set this to 1000 for FreeBSD?
 
-CONFIGURE_ARGS+=	--with-minuid=${MINUID}
+CONFIGURE_ARGS=	--with-minuid=${MINUID}
 
 PLIST_FILES=	sbin/courierpasswd man/man8/courierpasswd.8.gz
-PORTDOCS=	AUTHORS ChangeLog COPYING INSTALL NEWS README
+PORTDOCS=	AUTHORS ChangeLog INSTALL NEWS README
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list