diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-12-17 00:41:38 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-12-17 00:41:38 +0800 |
commit | 82622e50158496b3b07e81082a4292a70e6135ca (patch) | |
tree | 98d6e33fb1f3fcea1abd498e530107ced923e355 | |
parent | 8410a3388c255d998df28d77b52a5e5f9e41cbb1 (diff) | |
download | freebsd-ports-gnome-82622e50158496b3b07e81082a4292a70e6135ca.tar.gz freebsd-ports-gnome-82622e50158496b3b07e81082a4292a70e6135ca.tar.zst freebsd-ports-gnome-82622e50158496b3b07e81082a4292a70e6135ca.zip |
- Update master site
- Pacify portlint (me)
PR: 90501
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
-rw-r--r-- | graphics/Hermes/Makefile | 14 | ||||
-rw-r--r-- | graphics/Hermes/pkg-plist | 16 |
2 files changed, 8 insertions, 22 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 1f790f32aa37..8eb0ac6ca744 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -9,9 +9,9 @@ PORTNAME= Hermes PORTVERSION= 1.3.3 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://www.clanlib.org/download/files/ \ - http://distro.ibiblio.org/pub/linux/distributions/sorcerer/sources/Hermes/1.3.3/ \ - http://power-net.linux.tucows.com/files/x11/dev/ +MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Fast pixel formats conversion library @@ -24,10 +24,12 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" INSTALLS_SHLIB= yes +PORTDOCS= * + .include <bsd.port.pre.mk> .if ${ARCH} == sparc64 -IGNORE= "is broken on sparc64: interchanges red and blue colour channels in images" +IGNORE= is broken on sparc64: interchanges red and blue colour channels in images .endif post-install: @@ -37,8 +39,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor @${MKDIR} ${DOCSDIR}/API -.for file in api-1.htm api-2.htm api-3.htm api-4.htm api.htm api.ps api.txt - ${INSTALL_DATA} ${WRKSRC}/docs/api/${file} ${DOCSDIR}/API +.for f in api-1.htm api-2.htm api-3.htm api-4.htm api.htm api.ps api.txt + ${INSTALL_DATA} ${WRKSRC}/docs/api/${f} ${DOCSDIR}/API .endfor ${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${DOCSDIR}/API .endif diff --git a/graphics/Hermes/pkg-plist b/graphics/Hermes/pkg-plist index 6d75ff6a0e6b..e3a8cefb8c43 100644 --- a/graphics/Hermes/pkg-plist +++ b/graphics/Hermes/pkg-plist @@ -10,20 +10,4 @@ include/Hermes/Types.h lib/libHermes.a lib/libHermes.so lib/libHermes.so.1 -%%PORTDOCS%%share/doc/Hermes/AUTHORS -%%PORTDOCS%%share/doc/Hermes/ChangeLog -%%PORTDOCS%%share/doc/Hermes/FAQ -%%PORTDOCS%%share/doc/Hermes/README -%%PORTDOCS%%share/doc/Hermes/TODO -%%PORTDOCS%%share/doc/Hermes/TODO.conversion -%%PORTDOCS%%share/doc/Hermes/API/api-1.htm -%%PORTDOCS%%share/doc/Hermes/API/api-2.htm -%%PORTDOCS%%share/doc/Hermes/API/api-3.htm -%%PORTDOCS%%share/doc/Hermes/API/api-4.htm -%%PORTDOCS%%share/doc/Hermes/API/api.htm -%%PORTDOCS%%share/doc/Hermes/API/api.ps -%%PORTDOCS%%share/doc/Hermes/API/api.sgml -%%PORTDOCS%%share/doc/Hermes/API/api.txt -%%PORTDOCS%%@dirrm share/doc/Hermes/API -%%PORTDOCS%%@dirrm share/doc/Hermes @dirrm include/Hermes |