diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-19 06:54:20 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-19 06:54:20 +0000 |
commit | c1cfa22cafd4cd09f9c72cb40c8fe24477dc800e (patch) | |
tree | a874046233e6925abf7384ad4512304e79d2c98a /devel/popt/files | |
parent | Make the makefile and INSTALL script to work correctly with pkg_add. (diff) |
Update to version 1.5
PR: 18577
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Reviewed by: maintainer
Diffstat (limited to 'devel/popt/files')
-rw-r--r-- | devel/popt/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/popt/files/patch-aa b/devel/popt/files/patch-aa new file mode 100644 index 000000000000..60f4f6aa8657 --- /dev/null +++ b/devel/popt/files/patch-aa @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Thu Sep 30 06:12:45 1999 ++++ po/Makefile.in.in Tue May 9 21:18:58 2000 +@@ -18,7 +18,7 @@ + + prefix = @prefix@ + exec_prefix = @exec_prefix@ +-datadir = $(prefix)/@DATADIRNAME@ ++datadir = @datadir@ + localedir = $(datadir)/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po |