1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update to 0.8

This commit is contained in:
Ade Lovett 2000-08-10 16:35:29 +00:00
parent ae94bafec6
commit 92f7ea57fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31480
6 changed files with 18 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gconf
PORTVERSION= 0.7
PORTVERSION= 0.8
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/GConf

View File

@ -1 +1 @@
MD5 (GConf-0.7.tar.gz) = d1b2dfb286dffa3a157ebb551f3be6a3
MD5 (GConf-0.8.tar.gz) = 57258919431085a58b16269c63b92ff3

View File

@ -1,13 +1,13 @@
--- Makefile.in.orig Wed Aug 2 13:25:19 2000
+++ Makefile.in Wed Aug 2 13:26:26 2000
@@ -435,8 +435,8 @@
--- Makefile.in.orig Wed Aug 9 22:57:20 2000
+++ Makefile.in Thu Aug 10 11:05:08 2000
@@ -436,8 +436,8 @@
echo "**************"
install-data-local:
- -mkdir -p $(datadir)/aclocal
- $(INSTALL_DATA) gconf.m4 $(datadir)/aclocal/gconf-$(MAJOR_VERSION).m4
+ -mkdir -p $(prefix)/share/aclocal
+ $(INSTALL_DATA) gconf.m4 $(prefix)/share/aclocal/gconf-$(MAJOR_VERSION).m4
- -mkdir -p $(DESTDIR)$(datadir)/aclocal
- $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(datadir)/aclocal/gconf-$(MAJOR_VERSION).m4
+ -mkdir -p $(DESTDIR)$(prefix)/share/aclocal
+ $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(prefix)/share/aclocal/gconf-$(MAJOR_VERSION).m4
echo "**** NOTE ****" && \
echo $(WARNING_MESSAGE) && \
echo "**************"

View File

@ -6,7 +6,7 @@
#
PORTNAME= gconf
PORTVERSION= 0.7
PORTVERSION= 0.8
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/GConf

View File

@ -1 +1 @@
MD5 (GConf-0.7.tar.gz) = d1b2dfb286dffa3a157ebb551f3be6a3
MD5 (GConf-0.8.tar.gz) = 57258919431085a58b16269c63b92ff3

View File

@ -1,13 +1,13 @@
--- Makefile.in.orig Wed Aug 2 13:25:19 2000
+++ Makefile.in Wed Aug 2 13:26:26 2000
@@ -435,8 +435,8 @@
--- Makefile.in.orig Wed Aug 9 22:57:20 2000
+++ Makefile.in Thu Aug 10 11:05:08 2000
@@ -436,8 +436,8 @@
echo "**************"
install-data-local:
- -mkdir -p $(datadir)/aclocal
- $(INSTALL_DATA) gconf.m4 $(datadir)/aclocal/gconf-$(MAJOR_VERSION).m4
+ -mkdir -p $(prefix)/share/aclocal
+ $(INSTALL_DATA) gconf.m4 $(prefix)/share/aclocal/gconf-$(MAJOR_VERSION).m4
- -mkdir -p $(DESTDIR)$(datadir)/aclocal
- $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(datadir)/aclocal/gconf-$(MAJOR_VERSION).m4
+ -mkdir -p $(DESTDIR)$(prefix)/share/aclocal
+ $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(prefix)/share/aclocal/gconf-$(MAJOR_VERSION).m4
echo "**** NOTE ****" && \
echo $(WARNING_MESSAGE) && \
echo "**************"