View | Details | Raw Unified | Return to bug 147146
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	mod_dnssd
8
PORTNAME=	mod_dnssd
9
PORTVERSION=	0.6
9
PORTVERSION=	0.6
10
PORTREVISION=	6
10
PORTREVISION=	7
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://0pointer.de/lennart/projects/mod_dnssd/
12
MASTER_SITES=	http://0pointer.de/lennart/projects/mod_dnssd/
13
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
17
18
LIB_DEPENDS=	avahi-client.3:${PORTSDIR}/net/avahi-app
18
LIB_DEPENDS=	avahi-client.3:${PORTSDIR}/net/avahi-app
19
19
20
MAKE_JOBS_SAFE=  yes
20
MAKE_JOBS_SAFE=	yes
21
21
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
USE_APACHE=	2.2+
23
USE_APACHE=	2.2+
Lines 30-36 Link Here
30
30
31
post-install:
31
post-install:
32
.if !defined(NOPORTDOCS)
32
.if !defined(NOPORTDOCS)
33
	${MKDIR} ${DOCSDIR}
33
	${MKDIR} ${DOCSDIR}/
34
	${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCSDIR}/README
34
	${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCSDIR}/README
35
.endif
35
.endif
36
36
(-)pkg-plist (-3 / +3 lines)
Lines 1-5 Link Here
1
@unexec sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
1
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
2
%%APACHEMODDIR%%/mod_dnssd.so
2
%%APACHEMODDIR%%/%%AP_MODULE%%
3
@exec %D/sbin/apxs -e -a -n dnssd %D/%f || true
3
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f
4
%%PORTDOCS%%%%DOCSDIR%%/README
4
%%PORTDOCS%%%%DOCSDIR%%/README
5
%%PORTDOCS%%@dirrm %%DOCSDIR%%
5
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 147146