svn commit: r395915 - head/mail/automx

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 2 22:39:51 UTC 2015


Author: amdmi3
Date: Wed Sep  2 22:39:49 2015
New Revision: 395915
URL: https://svnweb.freebsd.org/changeset/ports/395915

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Fix doc installation commands
  - Switch to @sample
  
  Approved by:	portmgr blanket

Modified:
  head/mail/automx/Makefile
  head/mail/automx/pkg-plist

Modified: head/mail/automx/Makefile
==============================================================================
--- head/mail/automx/Makefile	Wed Sep  2 22:39:27 2015	(r395914)
+++ head/mail/automx/Makefile	Wed Sep  2 22:39:49 2015	(r395915)
@@ -8,7 +8,8 @@ CATEGORIES=	mail
 MAINTAINER=	crees at FreeBSD.org
 COMMENT=	Handles mail account profile requests from mail clients
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
 		${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr \
@@ -22,6 +23,7 @@ GH_ACCOUNT=	sys4
 USES=		python
 USE_GITHUB=	yes
 NO_BUILD=	yes
+NO_ARCH=	yes
 PORTDATA=	*
 PORTDOCS=	*
 
@@ -44,7 +46,7 @@ do-install:
 .endfor
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "[^m]*" ${STAGEDIR}${DOCSDIR})
-	${INSTALL_MAN} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
-	${INSTALL_MAN} ${WRKSRC}/BASIC_CONFIGURATION_README ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/BASIC_CONFIGURATION_README ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/mail/automx/pkg-plist
==============================================================================
--- head/mail/automx/pkg-plist	Wed Sep  2 22:39:27 2015	(r395914)
+++ head/mail/automx/pkg-plist	Wed Sep  2 22:39:49 2015	(r395915)
@@ -1,7 +1,5 @@
 bin/automx-test
- at unexec cmp -s %D/etc/automx.conf %D/etc/automx.conf.sample && rm -f %D/etc/automx.conf || true
-etc/automx.conf.sample
- at exec cp -np %D/%F %B/automx.conf
+ at sample etc/automx.conf.sample
 man/man1/automx-test.1.gz
 man/man5/automx.conf.5.gz
 man/man5/automx_ldap.5.gz


More information about the svn-ports-head mailing list