mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Clarify LICENSE
- Add LICENSE_FILE - Add NO_ARCH - Fix doc installation commands - Switch to @sample Approved by: portmgr blanket
This commit is contained in:
parent
68ba0bfa6f
commit
c38dbe95da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395915
2 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,8 @@ CATEGORIES= mail
|
||||||
MAINTAINER= crees@FreeBSD.org
|
MAINTAINER= crees@FreeBSD.org
|
||||||
COMMENT= Handles mail account profile requests from mail clients
|
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 \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
|
||||||
${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr \
|
${PYTHON_PKGNAMEPREFIX}ipaddr>=0:${PORTSDIR}/devel/py-ipaddr \
|
||||||
|
@ -22,6 +23,7 @@ GH_ACCOUNT= sys4
|
||||||
USES= python
|
USES= python
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
NO_ARCH= yes
|
||||||
PORTDATA= *
|
PORTDATA= *
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
|
@ -44,7 +46,7 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "[^m]*" ${STAGEDIR}${DOCSDIR})
|
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "[^m]*" ${STAGEDIR}${DOCSDIR})
|
||||||
${INSTALL_MAN} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_MAN} ${WRKSRC}/BASIC_CONFIGURATION_README ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/BASIC_CONFIGURATION_README ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
bin/automx-test
|
bin/automx-test
|
||||||
@unexec cmp -s %D/etc/automx.conf %D/etc/automx.conf.sample && rm -f %D/etc/automx.conf || true
|
@sample etc/automx.conf.sample
|
||||||
etc/automx.conf.sample
|
|
||||||
@exec cp -np %D/%F %B/automx.conf
|
|
||||||
man/man1/automx-test.1.gz
|
man/man1/automx-test.1.gz
|
||||||
man/man5/automx.conf.5.gz
|
man/man5/automx.conf.5.gz
|
||||||
man/man5/automx_ldap.5.gz
|
man/man5/automx_ldap.5.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue