diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-29 23:06:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-29 23:06:52 +0800 |
commit | f0ad07b2d4608919a73c5fa3c5801c9db9d75b40 (patch) | |
tree | c34fd1914c6ae986922370fd86aa0478ff8746e3 /www/galeon2 | |
parent | 1dad6f4c5708b87cdf0f13deac9b2a513c5c991e (diff) | |
download | freebsd-ports-gnome-f0ad07b2d4608919a73c5fa3c5801c9db9d75b40.tar.gz freebsd-ports-gnome-f0ad07b2d4608919a73c5fa3c5801c9db9d75b40.tar.zst freebsd-ports-gnome-f0ad07b2d4608919a73c5fa3c5801c9db9d75b40.zip |
Remove unneeded patch. This should correct the plist problems.
Reported by: olgeni
Approved by: sobomax
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/files/patch-po::Makefile.in.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/galeon2/files/patch-po::Makefile.in.in b/www/galeon2/files/patch-po::Makefile.in.in deleted file mode 100644 index badad97ac354..000000000000 --- a/www/galeon2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/07/04 17:56:11 1.1 -+++ po/Makefile.in.in 2001/07/04 17:56:34 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ |