1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix MASTER_SITES, portlint

PR:		ports/95745
Submitted by:	itetcu
This commit is contained in:
Clement Laforet 2006-05-10 20:19:43 +00:00
parent f264b75ad6
commit 070fbc1951
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162017
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= mod_mysqluserdir
PORTVERSION= 0.1
CATEGORIES= www
MASTER_SITES= ftp://sys.estpak.ee/pub/ \
MASTER_SITES= ftp://sys.estpak.ee/pub/sys_staff/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@ -28,6 +28,6 @@ do-install:
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
${INSTALL_DATA} ${FILESDIR}/README ${DOCSDIR}/
.endif
${CAT} ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
libexec/apache/mod_mysqluserdir.so
@exec %D/sbin/apxs -e -A -n userdir %D/%F
@unexec %D/sbin/apxs -e -A -n userdir %D/%F
%%PORTDOCS%%share/doc/mod_mysqluserdir/README
%%PORTDOCS%%@dirrm share/doc/mod_mysqluserdir
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%