diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-15 16:48:15 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-15 16:48:15 +0000 |
commit | 6f4d4be1f302e305ec295e3f0257e916a1917814 (patch) | |
tree | 6a79afa8c1ccef549dfeca00f246ef1900995bd9 /chat/kicq/patches | |
parent | edcc79a2dd89c4dafa2253c6e571e0d8a3e775fe (diff) | |
download | pkgsrc-6f4d4be1f302e305ec295e3f0257e916a1917814.tar.gz |
Provide a Makefile.in patch as well as a Makefile.am one. Remove build
dependency on autoconf as a result.
Diffstat (limited to 'chat/kicq/patches')
-rw-r--r-- | chat/kicq/patches/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/kicq/patches/patch-ab b/chat/kicq/patches/patch-ab new file mode 100644 index 00000000000..bf0e055f12c --- /dev/null +++ b/chat/kicq/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2002/03/15 16:48:16 skrll Exp $ + +--- kicq/extra/Makefile.in.orig Thu Feb 7 09:39:19 2002 ++++ kicq/extra/Makefile.in +@@ -361,10 +361,6 @@ + #>- $(INSTALL_DATA) mini-kicq.xpm $(MINIDIR)/kicq.xpm + #>+ 1 + $(INSTALL_DATA) mini-kicq.xpm $(DESTDIR)$(MINIDIR)/kicq.xpm +- @echo ---------------------------- +- @echo Trying to Restart KPanel ... +- @kwmcom kpanel:restart || echo Failed && echo Sucess +- @echo ---------------------------- + + uninstall-local: + #>- -rm -f $(APPLNKDIR)/kicq.kdelnk |