diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-25 18:32:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-25 18:32:10 +0000 |
commit | bc8b39e1b03c0b3dd0ac23ea8fb72f7520c6de03 (patch) | |
tree | 8a7a1760786710604269411f1e684ae7d7393681 /chat/eggdrop/Makefile | |
parent | 1256280570e212f614ef4869e3c8712165048148 (diff) | |
download | pkgsrc-bc8b39e1b03c0b3dd0ac23ea8fb72f7520c6de03.tar.gz |
Update to 1.6.10nb1, provided by Sergey Svishchev in PR 18062:
Enable language files.
Diffstat (limited to 'chat/eggdrop/Makefile')
-rw-r--r-- | chat/eggdrop/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/eggdrop/Makefile b/chat/eggdrop/Makefile index ad440fc89f7..88b5bda0f91 100644 --- a/chat/eggdrop/Makefile +++ b/chat/eggdrop/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/08/01 02:37:45 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/25 18:32:10 wiz Exp $ # DISTNAME= eggdrop1.6.10 PKGNAME= eggdrop-1.6.10 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ @@ -57,4 +58,6 @@ do-install-modules: compress.so console.so ctcp.so dns.so filesys.so irc.so notes.so seen.so \ server.so share.so transfer.so uptime.so wire.so \ ${PREFIX}/lib/eggdrop/ + cd ${WRKSRC}/src/mod && ${FIND} . -name "*.lang" -exec ${INSTALL_DATA} "{}" \ + ${PREFIX}/share/eggdrop/language/ ";" .endif |