mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
- Add missing patch in last commit
Noticed by: maintainer
This commit is contained in:
parent
5ae4ed67aa
commit
bc47d90bea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186461
2 changed files with 21 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= gramps
|
PORTNAME= gramps
|
||||||
PORTVERSION= 2.2.6
|
PORTVERSION= 2.2.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= science gnome python
|
CATEGORIES= science gnome python
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= gramps
|
MASTER_SITE_SUBDIR= gramps
|
||||||
|
|
20
science/gramps/files/patch-gmsgfmt
Normal file
20
science/gramps/files/patch-gmsgfmt
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
--- po/Makefile.in.in.orig Sat Feb 24 23:37:26 2007
|
||||||
|
+++ po/Makefile.in.in Sat Feb 24 23:38:02 2007
|
||||||
|
@@ -34,7 +34,7 @@
|
||||||
|
datarootdir = @datarootdir@
|
||||||
|
libdir = @libdir@
|
||||||
|
DATADIRNAME = @DATADIRNAME@
|
||||||
|
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
||||||
|
+itlocaledir = $(prefix)/share/locale
|
||||||
|
subdir = po
|
||||||
|
install_sh = @install_sh@
|
||||||
|
# Automake >= 1.8 provides @mkdir_p@.
|
||||||
|
@@ -44,7 +44,7 @@
|
||||||
|
INSTALL = @INSTALL@
|
||||||
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
|
||||||
|
-GMSGFMT = @GMSGFMT@
|
||||||
|
+GMSGFMT = @INTLTOOL_MSGFMT@
|
||||||
|
MSGFMT = @MSGFMT@
|
||||||
|
XGETTEXT = @XGETTEXT@
|
||||||
|
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
|
Loading…
Add table
Reference in a new issue