diff options
author | mva <mva@FreeBSD.org> | 2013-01-14 01:08:16 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-01-14 01:08:16 +0800 |
commit | 6e009d9dcded867854e275be4f6f9b52f022cdbf (patch) | |
tree | 3df7c9b45034e278442edf4ea04eba7da2f9c608 /graphics | |
parent | 8b5672d82d7e2bd2c930eaef5f6a0315d76ad35b (diff) | |
download | freebsd-ports-gnome-6e009d9dcded867854e275be4f6f9b52f022cdbf.tar.gz freebsd-ports-gnome-6e009d9dcded867854e275be4f6f9b52f022cdbf.tar.zst freebsd-ports-gnome-6e009d9dcded867854e275be4f6f9b52f022cdbf.zip |
- Revert %%DATADIR%% usage in pkg-plist - the port is not DATADIR-safe
- Bump PORTREVISION to catch up with leftovers for users
Mentioned by: maintainer
Changed too much: mva@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xournal/Makefile | 1 | ||||
-rw-r--r-- | graphics/xournal/pkg-plist | 64 |
2 files changed, 33 insertions, 32 deletions
diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile index 62b538ab857c..e9b903c972c4 100644 --- a/graphics/xournal/Makefile +++ b/graphics/xournal/Makefile @@ -3,6 +3,7 @@ PORTNAME= xournal PORTVERSION= 0.4.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/xournal/pkg-plist b/graphics/xournal/pkg-plist index d39c64c8f9c9..c4ff3b0c691f 100644 --- a/graphics/xournal/pkg-plist +++ b/graphics/xournal/pkg-plist @@ -9,38 +9,38 @@ share/mimelnk/application/x-xoj.desktop %%PORTDOCS%%%%DOCSDIR%%/pixmaps %%PORTDOCS%%%%DOCSDIR%%/screenshot.png %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%DATADIR%%/pixmaps/black.png -%%DATADIR%%/pixmaps/blue.png -%%DATADIR%%/pixmaps/default-pen.png -%%DATADIR%%/pixmaps/eraser.png -%%DATADIR%%/pixmaps/fullscreen.png -%%DATADIR%%/pixmaps/gray.png -%%DATADIR%%/pixmaps/green.png -%%DATADIR%%/pixmaps/hand.png -%%DATADIR%%/pixmaps/highlighter.png -%%DATADIR%%/pixmaps/lasso.png -%%DATADIR%%/pixmaps/lightblue.png -%%DATADIR%%/pixmaps/lightgreen.png -%%DATADIR%%/pixmaps/magenta.png -%%DATADIR%%/pixmaps/medium.png -%%DATADIR%%/pixmaps/orange.png -%%DATADIR%%/pixmaps/pencil.png -%%DATADIR%%/pixmaps/rect-select.png -%%DATADIR%%/pixmaps/recycled.png -%%DATADIR%%/pixmaps/red.png -%%DATADIR%%/pixmaps/ruler.png -%%DATADIR%%/pixmaps/shapes.png -%%DATADIR%%/pixmaps/stretch.png -%%DATADIR%%/pixmaps/text-tool.png -%%DATADIR%%/pixmaps/thick.png -%%DATADIR%%/pixmaps/thin.png -%%DATADIR%%/pixmaps/white.png -%%DATADIR%%/pixmaps/xoj.svg -%%DATADIR%%/pixmaps/xournal.png -%%DATADIR%%/pixmaps/xournal.svg -%%DATADIR%%/pixmaps/yellow.png -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% +share/xournal/pixmaps/black.png +share/xournal/pixmaps/blue.png +share/xournal/pixmaps/default-pen.png +share/xournal/pixmaps/eraser.png +share/xournal/pixmaps/fullscreen.png +share/xournal/pixmaps/gray.png +share/xournal/pixmaps/green.png +share/xournal/pixmaps/hand.png +share/xournal/pixmaps/highlighter.png +share/xournal/pixmaps/lasso.png +share/xournal/pixmaps/lightblue.png +share/xournal/pixmaps/lightgreen.png +share/xournal/pixmaps/magenta.png +share/xournal/pixmaps/medium.png +share/xournal/pixmaps/orange.png +share/xournal/pixmaps/pencil.png +share/xournal/pixmaps/rect-select.png +share/xournal/pixmaps/recycled.png +share/xournal/pixmaps/red.png +share/xournal/pixmaps/ruler.png +share/xournal/pixmaps/shapes.png +share/xournal/pixmaps/stretch.png +share/xournal/pixmaps/text-tool.png +share/xournal/pixmaps/thick.png +share/xournal/pixmaps/thin.png +share/xournal/pixmaps/white.png +share/xournal/pixmaps/xoj.svg +share/xournal/pixmaps/xournal.png +share/xournal/pixmaps/xournal.svg +share/xournal/pixmaps/yellow.png +@dirrm share/xournal/pixmaps +@dirrm share/xournal @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime |