ports/68697: [PATCH] dns/djbdns: use bsd.port.pre.mk
Radim Kolar
hsn at netmag.cz
Mon Jul 5 14:50:20 UTC 2004
>Number: 68697
>Category: ports
>Synopsis: [PATCH] dns/djbdns: use bsd.port.pre.mk
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 05 14:50:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Radim Kolar
>Release: FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
Cyril and Metodej
>Environment:
System: FreeBSD sanatana.dharma 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #7: Mon May 10 17:15:51 CEST 2004
>Description:
Use port.pre.mk and port.post.mk because Makefile.local configuration
file do not work without it.
Port maintainer (roam at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- djbdns-1.05_8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/dns/djbdns/Makefile /home/hsn/hacked/djbdns/Makefile
--- /usr/ports/dns/djbdns/Makefile Wed Apr 21 12:32:59 2004
+++ /home/hsn/hacked/djbdns/Makefile Mon Jul 5 16:32:51 2004
@@ -14,6 +14,11 @@
DISTNAME= djbdns-${DJBDNS_VER}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+MAINTAINER?= roam at FreeBSD.org
+COMMENT?= A collection of secure and reliable DNS tools
+
+.include <bsd.port.pre.mk>
+
.if !defined(WITHOUT_MAN)
MANDATE= -20031023
MASTER_SITES+= http://smarden.org/pape/djb/manpages/:manpages
@@ -62,9 +67,6 @@
DJBDNS_VER= 1.05
DJBDNS_V6_VER= test14
-MAINTAINER?= roam at FreeBSD.org
-COMMENT?= A collection of secure and reliable DNS tools
-
RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \
tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
@@ -73,7 +75,6 @@
NO_PACKAGE= Forbidden - we have patches to the distribution.
-
.if defined(WITH_IPV6)
PLIST_SUB+= WITH_IPV6=""
.else
@@ -105,4 +106,4 @@
@${INSTALL_MAN} ${WRKDIR}/djbdns-man/*.8 ${PREFIX}/man/man8/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- djbdns-1.05_8.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list