diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-10-16 02:36:02 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-10-16 02:36:02 +0800 |
commit | f19c5c760df49abb4957926e7ef1fcbfe2cd7a6d (patch) | |
tree | 86377d0e922207e753983679587f0d16a831ac7d /textproc | |
parent | f39e3ee356569bf4f0787f907b75b1bef051e5aa (diff) | |
download | freebsd-ports-gnome-f19c5c760df49abb4957926e7ef1fcbfe2cd7a6d.tar.gz freebsd-ports-gnome-f19c5c760df49abb4957926e7ef1fcbfe2cd7a6d.tar.zst freebsd-ports-gnome-f19c5c760df49abb4957926e7ef1fcbfe2cd7a6d.zip |
- Support STAGEDIR
While I'm here
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format
- Enhance COMMENT entry (misc/xfce4-wm-themes)
- Adjust Xfce dependencies, and bump PORTREVISION
(sysutils/xfce4-power-manager)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xfce4-dict-plugin/Makefile | 6 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/pkg-plist | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index 3fa764168545..d114b99acbf7 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -15,14 +15,10 @@ COMMENT= Xfce4 plugin to query different dictionaries USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gettext pkgconfig -USE_GMAKE= yes +USES= gettext pkgconfig gmake USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel USE_XORG= x11 USE_LDCONFIG= yes -MAN1= xfce4-dict.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/xfce4-dict-plugin/pkg-plist b/textproc/xfce4-dict-plugin/pkg-plist index aa230595a793..c4f481329b70 100644 --- a/textproc/xfce4-dict-plugin/pkg-plist +++ b/textproc/xfce4-dict-plugin/pkg-plist @@ -1,6 +1,7 @@ bin/xfce4-dict lib/xfce4/panel/plugins/libxfce4dict.la lib/xfce4/panel/plugins/libxfce4dict.so +man/man1/xfce4-dict.1.gz share/applications/xfce4-dict.desktop share/icons/hicolor/scalable/apps/xfce4-dict.svg share/locale/ar/LC_MESSAGES/xfce4-dict.mo |