diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-14 15:54:48 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-14 15:54:48 +0800 |
commit | ba6e28c4b2e59420af22c4e273b5f4a31b1bcd47 (patch) | |
tree | 81383313f247b71ae104b2dd720503c49191ab42 /graphics/Hermes/Makefile | |
parent | 4fadfdd4bd4f3059ad47145264067b3e56e54985 (diff) | |
download | freebsd-ports-gnome-ba6e28c4b2e59420af22c4e273b5f4a31b1bcd47.tar.gz freebsd-ports-gnome-ba6e28c4b2e59420af22c4e273b5f4a31b1bcd47.tar.zst freebsd-ports-gnome-ba6e28c4b2e59420af22c4e273b5f4a31b1bcd47.zip |
Update to version 1.2.5
PR: 13067
Submitted by: maintainer
Diffstat (limited to 'graphics/Hermes/Makefile')
-rw-r--r-- | graphics/Hermes/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index dc73fb5bf6cc..6c1a29749a5f 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Hermes -# Version required: 1.2.4 +# Version required: 1.2.5 # Date created: 29 April 1999 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1999/05/03 04:19:23 steve Exp $ +# $Id: Makefile,v 1.2 1999/06/05 19:00:28 mharo Exp $ # -DISTNAME= Hermes-1.2.4 +DISTNAME= Hermes-1.2.5 CATEGORIES= graphics MASTER_SITES= http://hermes.terminal.at/files/ @@ -19,7 +19,7 @@ post-install: @ ${LN} -sf libHermes.so.1 ${PREFIX}/lib/libHermes.so .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/Hermes -.for file in AUTHORS CHANGES COPYING Hermes.spec README TODO TODO.conversion +.for file in AUTHORS CHANGES COPYING README TODO TODO.conversion @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/Hermes .endfor @ ${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${PREFIX}/share/doc/Hermes |