diff options
author | clement <clement@FreeBSD.org> | 2006-05-11 04:19:43 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2006-05-11 04:19:43 +0800 |
commit | b94d50bd32c9cf7cf84e14b81ebf17a63b7c7fb0 (patch) | |
tree | 21ec9a028532fc79b98ef7ac6a63d56e8ca75f11 | |
parent | 56b64f009f6c40b39b0a74b03e72ff8842238711 (diff) | |
download | freebsd-ports-gnome-b94d50bd32c9cf7cf84e14b81ebf17a63b7c7fb0.tar.gz freebsd-ports-gnome-b94d50bd32c9cf7cf84e14b81ebf17a63b7c7fb0.tar.zst freebsd-ports-gnome-b94d50bd32c9cf7cf84e14b81ebf17a63b7c7fb0.zip |
- Fix MASTER_SITES, portlint
PR: ports/95745
Submitted by: itetcu
-rw-r--r-- | www/mod_mysqluserdir/Makefile | 4 | ||||
-rw-r--r-- | www/mod_mysqluserdir/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_mysqluserdir/Makefile b/www/mod_mysqluserdir/Makefile index fdb0a4f932f2..ebc5c964bf8c 100644 --- a/www/mod_mysqluserdir/Makefile +++ b/www/mod_mysqluserdir/Makefile @@ -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> diff --git a/www/mod_mysqluserdir/pkg-plist b/www/mod_mysqluserdir/pkg-plist index 40157f263f96..3f23dfa71fee 100644 --- a/www/mod_mysqluserdir/pkg-plist +++ b/www/mod_mysqluserdir/pkg-plist @@ -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%% |