[Midnightbsd-cvs] mports: Makefile: Fix the CONFLICTS section.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 24 02:17:04 EDT 2008


Log Message:
-----------
Fix the CONFLICTS section.

While we're at it, set a license type.

Modified Files:
--------------
    mports/net/mDNSResponder:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/mDNSResponder/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L net/mDNSResponder/Makefile -L net/mDNSResponder/Makefile -u -r1.2 -r1.3
--- net/mDNSResponder/Makefile
+++ net/mDNSResponder/Makefile
@@ -15,11 +15,10 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Apple's mDNSResponder
-
-#' 
+LICENSE=	agg
+#bsd3 and apache 2
 
 USE_LDCONFIG=	YES
-
 USE_GMAKE=	YES
 USE_RC_SUBR=	mdnsd.sh
 MAKE_ARGS+=	os=freebsd LOCALBASE=${FAKE_DESTDIR}${PREFIX} MANPATH=${FAKE_DESTDIR}${MANPREFIX}/man
@@ -36,14 +35,10 @@
 
 MAN8=		mdnsd.8 ${EXTRAMAN8}
 
-CONFLICTS=	avahi+libdns-[0-9]*
+CONFLICTS=	avahi-libdns-[0-9]*
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "alpha"
-BROKEN=		Does not compile on alpha
-.endif
-
 post-patch:
 	${MV} ${WRKSRC}/mDNSShared/mDNSResponder.8 \
 		${WRKSRC}/mDNSShared/mDNSResponderPosix.8


More information about the Midnightbsd-cvs mailing list