diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-29 09:14:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-29 09:14:30 +0000 |
commit | b85bc984439111d5a309f7b3738a6caf631b167b (patch) | |
tree | e893908a559997b66b25e1b5cf69213a0bb50ee0 /astro | |
parent | 2607aee727fcfbad21ffe92ca6edfe607bf62636 (diff) | |
download | ports-b85bc984439111d5a309f7b3738a6caf631b167b.tar.gz ports-b85bc984439111d5a309f7b3738a6caf631b167b.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/glunarclock/Makefile | 2 | ||||
-rw-r--r-- | astro/glunarclock/distinfo | 2 | ||||
-rw-r--r-- | astro/glunarclock/files/patch-Makefile.in | 23 | ||||
-rw-r--r-- | astro/glunarclock/pkg-plist | 10 |
4 files changed, 35 insertions, 2 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index 57455fe6177e..4e329bd4f4d9 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glunarclock -PORTVERSION= 0.12 +PORTVERSION= 0.20 CATEGORIES= astro gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/astro/glunarclock/distinfo b/astro/glunarclock/distinfo index 6d3447e79462..8cea2409ab22 100644 --- a/astro/glunarclock/distinfo +++ b/astro/glunarclock/distinfo @@ -1 +1 @@ -MD5 (glunarclock_0.12-1.tar.gz) = dfc1c676fd0d5f429cf772767f3b95ab +MD5 (glunarclock_0.20-1.tar.gz) = 9e676b69439a4968dad1d98fa14eb98b diff --git a/astro/glunarclock/files/patch-Makefile.in b/astro/glunarclock/files/patch-Makefile.in new file mode 100644 index 000000000000..07e199e350fa --- /dev/null +++ b/astro/glunarclock/files/patch-Makefile.in @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- Makefile.in.orig Mon Jan 29 10:48:08 2001 ++++ Makefile.in Mon Jan 29 10:50:21 2001 +@@ -110,7 +110,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-SUBDIRS = intl po macros src docs debian ++SUBDIRS = intl po macros src docs + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h +@@ -126,7 +126,7 @@ + GZIP_ENV = --best + all: all-redirect + .SUFFIXES: +-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/macros/macros.dep ++$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile + + Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status diff --git a/astro/glunarclock/pkg-plist b/astro/glunarclock/pkg-plist index 276f7ca2cd15..a37a71afd82e 100644 --- a/astro/glunarclock/pkg-plist +++ b/astro/glunarclock/pkg-plist @@ -1,9 +1,19 @@ bin/glunarclock etc/CORBA/servers/glunarclock.gnorba share/gnome/applets/Clocks/glunarclock.desktop +share/gnome/help/glunarclock_applet/C/docbook.css +share/gnome/help/glunarclock_applet/C/glunarclock_applet.png +share/gnome/help/glunarclock_applet/C/glunarclock_prefs_image.png +share/gnome/help/glunarclock_applet/C/glunarclock_prefs_location.png +share/gnome/help/glunarclock_applet/C/index.html +share/gnome/help/glunarclock_applet/C/ln7.html +share/gnome/help/glunarclock_applet/C/topic.dat share/gnome/pixmaps/glunarclock-logo.png share/gnome/pixmaps/glunarclock/cartoonmoon_12frames.png share/gnome/pixmaps/glunarclock/moon_60frames.png share/locale/de/LC_MESSAGES/glunarclock.mo share/locale/fr/LC_MESSAGES/glunarclock.mo @dirrm share/gnome/pixmaps/glunarclock +@dirrm share/gnome/help/glunarclock_applet/C/stylesheet-images +@dirrm share/gnome/help/glunarclock_applet/C +@dirrm share/gnome/help/glunarclock_applet |