diff options
author | jmmv <jmmv> | 2003-01-29 12:27:01 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-29 12:27:01 +0000 |
commit | c70d0119d245061d01963813160610ebadd11aea (patch) | |
tree | df8064d5680f0cc93a0b054be9a10e0eeb936012 /news | |
parent | 04249d063dbdee12e9f5ee8385852896d9feb4bb (diff) | |
download | pkgsrc-c70d0119d245061d01963813160610ebadd11aea.tar.gz |
Depend on gnome2-dirs to handle shared directories. Bump PKGREVISION.
Diffstat (limited to 'news')
-rw-r--r-- | news/gtk2-pan/Makefile | 4 | ||||
-rw-r--r-- | news/gtk2-pan/PLIST | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/news/gtk2-pan/Makefile b/news/gtk2-pan/Makefile index 68b0bd4b93c..de1a565204b 100644 --- a/news/gtk2-pan/Makefile +++ b/news/gtk2-pan/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/01/03 18:09:45 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/29 12:27:01 jmmv Exp $ # DISTNAME= pan-0.13.3 +PKGREVISION= 1 CATEGORIES= news MASTER_SITES= http://pan.rebelbase.com/download/releases/${DISTNAME:C/pan-//}/SOURCE/ EXTRACT_SUFX= .tar.bz2 @@ -19,6 +20,7 @@ GNU_CONFIGURE= YES LIBS= -lcompat .include "../../converters/libiconv/buildlink2.mk" +.include "../../misc/gnome2-dirs/buildlink2.mk" .include "../../textproc/gtkspell/buildlink2.mk" .include "../../textproc/libxml2/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" diff --git a/news/gtk2-pan/PLIST b/news/gtk2-pan/PLIST index 29c3e120285..3f5334b4396 100644 --- a/news/gtk2-pan/PLIST +++ b/news/gtk2-pan/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/12/24 22:46:37 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/29 12:27:01 jmmv Exp $ bin/pan share/gnome/apps/Internet/pan.desktop ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/pan.mo @@ -33,6 +33,3 @@ ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/pan.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/pan.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/pan.mo share/pixmaps/pan.png -@unexec ${RMDIR} %D/share/gnome/apps/Internet 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/gnome 2>/dev/null || ${TRUE} |