diff options
author | agc <agc@pkgsrc.org> | 1998-10-08 10:38:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-10-08 10:38:06 +0000 |
commit | f489dff7fe996db893189ab4e6629deafb43b8e8 (patch) | |
tree | 4f9c9cd8ee70c8859aa35873b0e74b9ae241f661 /misc/rpm/patches | |
parent | 926ccb8f833395abfbc8fd22b3ba7bcd82bfaabd (diff) | |
download | pkgsrc-f489dff7fe996db893189ab4e6629deafb43b8e8.tar.gz |
Correct the format of the SUFFIXES entries.
Diffstat (limited to 'misc/rpm/patches')
-rw-r--r-- | misc/rpm/patches/patch-ad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rpm/patches/patch-ad b/misc/rpm/patches/patch-ad index 1675e562e90..304fc85a0e3 100644 --- a/misc/rpm/patches/patch-ad +++ b/misc/rpm/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.2 1998/08/07 11:10:29 agc Exp $ +$NetBSD: patch-ad,v 1.3 1998/10/08 10:38:06 agc Exp $ --- po/Makefile.in.orig Wed May 27 16:49:42 1998 +++ po/Makefile.in Wed Jul 29 12:46:56 1998 @@ -16,6 +16,6 @@ $NetBSD: patch-ad,v 1.2 1998/08/07 11:10:29 agc Exp $ done -%.mo: %.po -+.SUFFIXES: po mo ++.SUFFIXES: .po .mo +.po.mo: msgfmt -o $@ $< |