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

(-)Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
PORTNAME=	mod_mysqluserdir
7
PORTNAME=	mod_mysqluserdir
8
PORTVERSION=	0.1
8
PORTVERSION=	0.1
9
CATEGORIES=	www
9
CATEGORIES=	www
10
MASTER_SITES=	ftp://sys.estpak.ee/pub/ \
10
MASTER_SITES=	ftp://sys.estpak.ee/pub/sys_staff/ \
11
		ftp://ftp.nuug.no/pub/anders/distfiles/
11
		ftp://ftp.nuug.no/pub/anders/distfiles/
12
DISTNAME=	${PORTNAME}_${PORTVERSION}
12
DISTNAME=	${PORTNAME}_${PORTVERSION}
13
13
Lines 28-33 Link Here
28
	${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
28
	${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
29
	${INSTALL_DATA} ${FILESDIR}/README ${DOCSDIR}/
29
	${INSTALL_DATA} ${FILESDIR}/README ${DOCSDIR}/
30
.endif
30
.endif
31
	${CAT} ${PKGMESSAGE}
31
	@${CAT} ${PKGMESSAGE}
32
32
33
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)pkg-plist (-2 / +2 lines)
Lines 1-5 Link Here
1
libexec/apache/mod_mysqluserdir.so
1
libexec/apache/mod_mysqluserdir.so
2
@exec %D/sbin/apxs -e -A -n userdir %D/%F
2
@exec %D/sbin/apxs -e -A -n userdir %D/%F
3
@unexec %D/sbin/apxs -e -A -n userdir %D/%F
3
@unexec %D/sbin/apxs -e -A -n userdir %D/%F
4
%%PORTDOCS%%share/doc/mod_mysqluserdir/README
4
%%PORTDOCS%%%%DOCSDIR%%/README
5
%%PORTDOCS%%@dirrm share/doc/mod_mysqluserdir
5
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 95745