Move MAINTAINER and COMMENT section to earlier in the Makefile to overcome problem with defaults in bsd.port.mk
Noticed by: linimon@
This commit is contained in:
parent
e160b4d2d6
commit
1d448dd7aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213576
1 changed files with 6 additions and 6 deletions
|
@ -14,6 +14,12 @@ MASTER_SITES= http://cr.yp.to/djbdns/ \
|
|||
DISTNAME= djbdns-${DJBDNS_VER}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER?= roam@FreeBSD.org
|
||||
COMMENT?= A collection of secure and reliable DNS tools
|
||||
|
||||
RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \
|
||||
tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
|
||||
|
||||
OPTIONS= DUMPCACHE "persistent cache for dnscache" off \
|
||||
IPV6 "IPv6 support by Felix von Leitner" off \
|
||||
IGNOREIP "ignoreip2 patch by Russell Nelson" off \
|
||||
|
@ -92,12 +98,6 @@ PATCH_DIST_STRIP= -p1
|
|||
DJBDNS_VER= 1.05
|
||||
DJBDNS_V6_VER= test14
|
||||
|
||||
MAINTAINER?= roam@FreeBSD.org
|
||||
COMMENT?= A collection of secure and reliable DNS tools
|
||||
|
||||
RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \
|
||||
tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
|
||||
|
||||
ALL_TARGET= it
|
||||
INSTALL_TARGET= setup check
|
||||
|
||||
|
|
Loading…
Reference in a new issue