[Midnightbsd-cvs] mports [22362] trunk/www/mod_dnssd/Makefile: remove prefix.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 25 14:29:10 EST 2017


Revision: 22362
          http://svnweb.midnightbsd.org/mports/?rev=22362
Author:   laffer1
Date:     2017-02-25 14:29:10 -0500 (Sat, 25 Feb 2017)
Log Message:
-----------
remove prefix. its causing chaos on magus

Modified Paths:
--------------
    trunk/www/mod_dnssd/Makefile

Modified: trunk/www/mod_dnssd/Makefile
===================================================================
--- trunk/www/mod_dnssd/Makefile	2017-02-25 19:20:43 UTC (rev 22361)
+++ trunk/www/mod_dnssd/Makefile	2017-02-25 19:29:10 UTC (rev 22362)
@@ -5,7 +5,6 @@
 PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://0pointer.de/lennart/projects/mod_dnssd/
-PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Apache module that provides DNS-SD capabilities
@@ -12,7 +11,7 @@
 
 LICENSE=	apache2
 
-LIB_DEPENDS=	libavahi-client.so:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS=	libavahi-client.so:net/avahi-app
 
 USES=		gmake pkgconfig
 USE_APACHE=	24



More information about the Midnightbsd-cvs mailing list