diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-04-06 17:50:02 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-04-06 17:50:02 +0000 |
commit | e019859bdd6eadbc3f9bdc84bf744b33e9a81d7c (patch) | |
tree | 8c1a7a34caaaf00666c1c3a7211b4de59805fa3d /deskutils | |
parent | 5530ead648a45cce3c6e47253358f84e70a97595 (diff) | |
download | ports-e019859bdd6eadbc3f9bdc84bf744b33e9a81d7c.tar.gz ports-e019859bdd6eadbc3f9bdc84bf744b33e9a81d7c.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/genius/Makefile | 12 | ||||
-rw-r--r-- | deskutils/genius/distinfo | 2 | ||||
-rw-r--r-- | deskutils/genius/pkg-plist | 27 |
3 files changed, 20 insertions, 21 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 2bb90913ae05..07b281c47c1b 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: genius -# Version required: 0.4.2 +# Version required: 0.4.6 # Date created: 1 May 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= genius-0.4.2 +DISTNAME= genius-0.4.6 CATEGORIES= deskutils gnome MASTER_SITES= http://ftp.5z.com/pub/genius/ @@ -29,12 +29,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" -post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/genius -.for file in AUTHORS COPYING ChangeLog NEWS README TODO - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/genius -.endfor -.endif - .include <bsd.port.mk> diff --git a/deskutils/genius/distinfo b/deskutils/genius/distinfo index 57ab05e3bda4..2db2667430ca 100644 --- a/deskutils/genius/distinfo +++ b/deskutils/genius/distinfo @@ -1 +1 @@ -MD5 (genius-0.4.2.tar.gz) = 140bf41fbe1c087fe15727791a0b5574 +MD5 (genius-0.4.6.tar.gz) = 19ea130f7620e3aacb78319924b3c0f0 diff --git a/deskutils/genius/pkg-plist b/deskutils/genius/pkg-plist index 3bceb52292bf..ab3707836013 100644 --- a/deskutils/genius/pkg-plist +++ b/deskutils/genius/pkg-plist @@ -1,22 +1,29 @@ bin/genius bin/gnome-genius -share/doc/genius/AUTHORS -share/doc/genius/COPYING -share/doc/genius/ChangeLog -share/doc/genius/NEWS -share/doc/genius/README -share/doc/genius/TODO +include/genius/calc.h +include/genius/eval.h +include/genius/plug_api.h +include/genius/structs.h +lib/genius/libtestplugin.a +lib/genius/libtestplugin.so +lib/genius/libtestplugin.so.0 +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/gnome/apps/Utilities/gnome-genius.desktop -share/gnome/genius/lib.gel -share/gnome/genius/lib.cgel +share/gnome/genius/gel/lib.gel +share/gnome/genius/gel/lib.cgel +share/gnome/genius/plugins/test.plugin share/locale/cs/LC_MESSAGES/genius.mo share/locale/de/LC_MESSAGES/genius.mo share/locale/es/LC_MESSAGES/genius.mo share/locale/fr/LC_MESSAGES/genius.mo -share/locale/ga/LC_MESSAGES/genius.mo share/locale/it/LC_MESSAGES/genius.mo share/locale/ko/LC_MESSAGES/genius.mo share/locale/no/LC_MESSAGES/genius.mo +share/locale/pl/LC_MESSAGES/genius.mo share/locale/pt/LC_MESSAGES/genius.mo -@dirrm share/doc/genius +share/locale/sv/LC_MESSAGES/genius.mo +@dirrm share/gnome/genius/plugins +@dirrm share/gnome/genius/gel @dirrm share/gnome/genius +@dirrm lib/genius |