diff options
author | mezz <mezz@FreeBSD.org> | 2007-12-01 09:24:42 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-12-01 09:24:42 +0800 |
commit | f39e1d8af23583a183d2fd3bba1759f87249ba91 (patch) | |
tree | 9579aa37b1640e3b2bde97618feda7b922aa0dcb /games | |
parent | dbbc60cad6cd1655833bc02ec66ccf072d4950ff (diff) | |
download | freebsd-ports-gnome-f39e1d8af23583a183d2fd3bba1759f87249ba91.tar.gz freebsd-ports-gnome-f39e1d8af23583a183d2fd3bba1759f87249ba91.tar.zst freebsd-ports-gnome-f39e1d8af23583a183d2fd3bba1759f87249ba91.zip |
Fix a missing of share/gnome/ -> share/ to fix the crash in the start up. Bump
the PORTREVISION.
PR: ports/118341
Reported by: Suhaib <biahus@operamail.com>
Approved by: portmgr (pav)
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 2 | ||||
-rw-r--r-- | games/gcompris/files/patch-configure | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index e31a2076b3a2..bd7d68ea96c0 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcompris DISTVERSION= 8.3.2-2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gcompris diff --git a/games/gcompris/files/patch-configure b/games/gcompris/files/patch-configure index 47b92dc30e57..a4dc3faab893 100644 --- a/games/gcompris/files/patch-configure +++ b/games/gcompris/files/patch-configure @@ -18,12 +18,3 @@ cat >>confdefs.h <<_ACEOF #define DEBUG 1 -@@ -27548,7 +27548,7 @@ _ACEOF - - - cat >>confdefs.h <<_ACEOF --#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}" -+#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/gnome" - _ACEOF - - |