diff options
Diffstat (limited to 'devel/popt/patches/patch-aa')
-rw-r--r-- | devel/popt/patches/patch-aa | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/popt/patches/patch-aa b/devel/popt/patches/patch-aa deleted file mode 100644 index b4fc6bb2d67..00000000000 --- a/devel/popt/patches/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/10/31 13:33:12 wennmach Exp $ - -Adding missing install dir - ---- po/Makefile.in.in.orig Thu Oct 22 21:39:17 1998 -+++ po/Makefile.in.in Mon Oct 30 14:51:12 2000 -@@ -16,6 +16,10 @@ - LINGUAS = ro - CATALOGS = $(addsuffix .mo, $(LINGUAS)) - -+prefix = @prefix@ -+datadir = @datadir@ -+LOCALEDIR = $(datadir)/locale -+ - POTFILES = \ - - all: $(NLSPACKAGE).pot $(CATALOGS) |