openbsd-ports/devel/libgtop2/patches/patch-po_Makefile_in_in
bernd f6f1c29c9e - Fix PKGNAME. It has to be libgtop2-x.xx.x and not libgtop-x.xx.x.
- Remove useless libtool patch.
- Put locale files in the correct directory path. We don't install those
  files into ${LOCALBASE}/lib/locale...

Bad jasper@ and ajacoutot!

Problem noticed by steven@.
2007-01-23 11:00:12 +00:00

13 lines
439 B
Plaintext

$OpenBSD: patch-po_Makefile_in_in,v 1.3 2007/01/23 11:00:12 bernd Exp $
--- po/Makefile.in.in.orig Tue Jan 23 11:43:14 2007
+++ po/Makefile.in.in Tue Jan 23 11:43:23 2007
@@ -34,7 +34,7 @@ datadir = @datadir@
datarootdir = @datarootdir@
libdir = @libdir@
DATADIRNAME = @DATADIRNAME@
-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+itlocaledir = @localedir@
subdir = po
install_sh = @install_sh@
# Automake >= 1.8 provides @mkdir_p@.