1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Remove unneeded patch. This should correct the plist problems.

Reported by:	olgeni
Approved by:	sobomax
This commit is contained in:
Joe Marcus Clarke 2002-04-29 15:06:52 +00:00
parent 64f011aa41
commit 8f71c09ea7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58317
2 changed files with 0 additions and 28 deletions

View File

@ -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 \

View File

@ -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 \