diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-27 12:54:52 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-27 12:54:52 +0000 |
commit | 041997aea6e05871b39e51cc95f0327d8d7d3ee0 (patch) | |
tree | d1d065e0f87266186fb73a49ccc7ac2c364242ba /chat/xchat | |
parent | 34392ef3c2286a7454b13fe71d2b24b3c65ddae3 (diff) | |
download | pkgsrc-041997aea6e05871b39e51cc95f0327d8d7d3ee0.tar.gz |
Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile.common | 4 | ||||
-rw-r--r-- | chat/xchat/PLIST | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 2b743c44c20..fabd29faf43 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,6 +1,7 @@ -# $NetBSD: Makefile.common,v 1.13 2003/01/12 21:49:06 tron Exp $ +# $NetBSD: Makefile.common,v 1.14 2003/01/27 12:54:56 jmmv Exp $ DISTNAME= xchat-1.8.11 +PKGREVISION= 1 CATEGORIES= chat x11 MASTER_SITES= ${HOMEPAGE}files/source/1.8/ EXTRACT_SUFX= .tar.bz2 @@ -54,3 +55,4 @@ post-install: .include "../../devel/glib/buildlink2.mk" .include "../../lang/perl5/buildlink2.mk" .include "../../lang/python/application.mk" +.include "../../misc/gnome1-dirs/buildlink2.mk" diff --git a/chat/xchat/PLIST b/chat/xchat/PLIST index bb69a89d705..0437cb1c1b9 100644 --- a/chat/xchat/PLIST +++ b/chat/xchat/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/01/12 21:49:07 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/01/27 12:54:56 jmmv Exp $ bin/xchat bin/xchat-text share/doc/xchat/xchat-1.html @@ -45,4 +45,5 @@ ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/xchat.mo ${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo share/pixmaps/xchat.png +@comment in gnome-dirs: @dirrm share/gnome/apps/Internet @dirrm share/doc/xchat |