diff options
author | wulf <wulf@pkgsrc.org> | 2006-12-27 15:25:19 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-12-27 15:25:19 +0000 |
commit | 54102da749b49bd771930d72a76f41f48fc2c478 (patch) | |
tree | 42129260f446d48851038872c92c28e1a23a9e2d /ham | |
parent | 64fb99a6c0e5f40a5519a48a82c0f8e4cc734718 (diff) | |
download | pkgsrc-54102da749b49bd771930d72a76f41f48fc2c478.tar.gz |
Make use of xdg-dirs for shared directories
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xlog/Makefile | 3 | ||||
-rw-r--r-- | ham/xlog/PLIST | 9 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile index 5f03669bd32..aeb2a609096 100644 --- a/ham/xlog/Makefile +++ b/ham/xlog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/12/27 11:56:09 wulf Exp $ +# $NetBSD: Makefile,v 1.24 2006/12/27 15:25:19 wulf Exp $ # DISTNAME= xlog-1.4 @@ -9,6 +9,7 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://www.qsl.net/pg4i/linux/xlog.html COMMENT= Amateur Radio logging program +USE_DIRS= xdg-1.3 GNU_CONFIGURE= yes USE_PKGLOCALEDIR=yes USE_TOOLS+= gmake pkg-config diff --git a/ham/xlog/PLIST b/ham/xlog/PLIST index 93db32558fe..97b76951e9f 100644 --- a/ham/xlog/PLIST +++ b/ham/xlog/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2006/12/27 11:56:09 wulf Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/12/27 15:26:35 wulf Exp $ bin/xlog man/man1/xlog.1 share/application-registry/xlog.applications @@ -74,11 +74,12 @@ share/xlog/qsllabels.glabels @dirrm share/xlog/dxcc @dirrm share/xlog @dirrm share/pixmaps/xlog +@comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/mimelnk/text @dirrm share/mimelnk @dirrm share/mime/packages -@dirrm share/mime -@dirrm share/mime-info -@dirrm share/application-registry +@comment in xdg-dirs: @dirrm share/mime-info @dirrm share/applnk/Applications @dirrm share/applnk +@comment in xdg-dirs: @dirrm share/applications +@comment in xdg-dirs: @dirrm share/application-registry |