mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- Take maintainership
- Unquote RESTRICTED and shorten - Remove use of bsd.port.pre.mk - Fix leftovers - Convert tab to space in WWW
This commit is contained in:
parent
cf393c998c
commit
4866ef67b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314472
3 changed files with 5 additions and 7 deletions
|
@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME}.tar.gz \
|
|||
${DJBDNS_DIST}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= bdrewery@FreeBSD.org
|
||||
COMMENT= Configure various qmail services to run under daemontools
|
||||
|
||||
USES= qmail:vars
|
||||
|
@ -19,7 +19,7 @@ USES= qmail:vars
|
|||
ALL_TARGET= it
|
||||
INSTALL_TARGET= setup check
|
||||
|
||||
RESTRICTED= "borrows code from djbdns, thus falls under the same restrictions as dns/djbdns"
|
||||
RESTRICTED= borrows code from djbdns, thus falls under the same restrictions as dns/djbdns
|
||||
|
||||
PREFIX?= ${QMAIL_PREFIX}
|
||||
|
||||
|
@ -29,8 +29,6 @@ DJBDNS_VER= 1.05
|
|||
DJBDNS_NAME= djbdns-${DJBDNS_VER}
|
||||
DJBDNS_DIST= ${DJBDNS_NAME}${EXTRACT_SUFX}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
@(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DJBDNS_DIST} ${EXTRACT_AFTER_ARGS})
|
||||
|
||||
|
@ -43,4 +41,4 @@ post-patch:
|
|||
pre-build:
|
||||
@(cd ${WRKSRC} && ${MAKE} djbdns=${DJBDNS_NAME} -f Makefile.ini)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
This is a suite of helper programs which create daemontools service
|
||||
directories for the various qmail utilities.
|
||||
|
||||
Author: Tetsu Ushijima
|
||||
WWW: http://www.din.or.jp/~ushijima/qmail-conf.html
|
||||
WWW: http://www.din.or.jp/~ushijima/qmail-conf.html
|
||||
|
|
|
@ -3,4 +3,5 @@ bin/qmail-pop3d-conf
|
|||
bin/qmail-qmqpd-conf
|
||||
bin/qmail-qmtpd-conf
|
||||
bin/qmail-smtpd-conf
|
||||
@dirrmtry bin
|
||||
@dirrmtry service
|
||||
|
|
Loading…
Add table
Reference in a new issue