openbsd-ports/security/gnupg/patches/patch-po_Makefile.in.in
reinhard 1a9bf6a6cb update to gnupg-1.0.7; thx Nikolay Sturm
* use 'as' of new binutils on non elf-toolchain archs

see http://lists.gnupg.org/pipermail/gnupg-announce/2002q2/000251.html
for a list of changes
2002-07-05 07:13:00 +00:00

14 lines
382 B
Plaintext

$OpenBSD: patch-po_Makefile.in.in,v 1.3 2002/07/05 07:13:01 reinhard Exp $
--- po/Makefile.in.in.orig Fri May 31 16:23:06 2002
+++ po/Makefile.in.in Fri May 31 16:23:17 2002
@@ -26,6 +26,8 @@ datadir = @datadir@
localedir = $(datadir)/locale
gettextsrcdir = $(datadir)/gettext/po
+DESTDIR=
+
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @MKINSTALLDIRS@