mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
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)
This commit is contained in:
parent
8e86b4cb2b
commit
b99a3f87bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202870
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user