diff options
-rw-r--r-- | devel/dconf-editor/pkg-plist | 1 | ||||
-rw-r--r-- | devel/dconf/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/dconf-editor/pkg-plist b/devel/dconf-editor/pkg-plist index 5c035237dba4..279e757946e8 100644 --- a/devel/dconf-editor/pkg-plist +++ b/devel/dconf-editor/pkg-plist @@ -1,6 +1,7 @@ bin/dconf-editor share/applications/dconf-editor.desktop share/dconf-editor/dconf-editor.ui +share/dconf-editor/dconf-editor-menu.ui share/icons/hicolor/128x128/apps/dconf-editor.png share/icons/hicolor/32x32/apps/dconf-editor.png share/icons/hicolor/48x48/apps/dconf-editor.png diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index c7947cd410ce..98d09191f55a 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -4,7 +4,7 @@ PORTNAME?= dconf PORTVERSION= 0.14.1 -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} |