diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:00:45 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:00:45 +0000 |
commit | af73eb025f8f45b4f2b6ab989035fcb7d8da8b7a (patch) | |
tree | 07dfcc512b6fc48b568c6580de8c300623c2c067 /lang/ja-gawk/patches/patch-ab | |
parent | e7a6e97278912bad9fda3ef1e92b10a3ec8d426b (diff) | |
download | pkgsrc-af73eb025f8f45b4f2b6ab989035fcb7d8da8b7a.tar.gz |
Reimport of package ja-gawk from japanese/gawk into lang/ja-gawk.
This is part of the japanese category retirement.
CATEGORIES adjusted.
Diffstat (limited to 'lang/ja-gawk/patches/patch-ab')
-rw-r--r-- | lang/ja-gawk/patches/patch-ab | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lang/ja-gawk/patches/patch-ab b/lang/ja-gawk/patches/patch-ab new file mode 100644 index 00000000000..a8c7163f67d --- /dev/null +++ b/lang/ja-gawk/patches/patch-ab @@ -0,0 +1,25 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 13:00:45 seb Exp $ + +--- awklib/Makefile.in.orig Mon Oct 11 21:30:42 1999 ++++ awklib/Makefile.in Mon Oct 11 21:36:58 1999 +@@ -35,5 +35,5 @@ + exec_prefix = @exec_prefix@ + exec_suffix = @exec_suffix@ +-binprefix = ++binprefix = j + manprefix = + +@@ -76,5 +76,5 @@ + + install: igawk $(AUXPROGS) $(AUXAWK) +- $(INSTALL_PROGRAM) igawk $(bindir)/igawk ++ $(INSTALL_PROGRAM:-s=) igawk $(bindir)/$(binprefix)igawk + for i in $(AUXPROGS) ; do \ + $(INSTALL_PROGRAM) $$i $(libexecdir)/$$i ; \ +@@ -88,5 +88,5 @@ + uninstall: + rm -fr $(libexecdir)/* $(datadir)/* +- rm -f $(bindir)/igawk ++ rm -f $(bindir)/$(binprefix)igawk + + clean: |