diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 07:49:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 07:49:19 +0800 |
commit | 9c06a7630a2cc26099bb21487a3982c1ece8c5a1 (patch) | |
tree | 6c55ec69719a62be89123a5ff4db65133c0a884b | |
parent | c70ec5aab1a92c7ca611e56fd4c2c3b9a5517459 (diff) | |
download | freebsd-ports-gnome-9c06a7630a2cc26099bb21487a3982c1ece8c5a1.tar.gz freebsd-ports-gnome-9c06a7630a2cc26099bb21487a3982c1ece8c5a1.tar.zst freebsd-ports-gnome-9c06a7630a2cc26099bb21487a3982c1ece8c5a1.zip |
Support stage
-rw-r--r-- | sysutils/gconf-editor/Makefile | 8 | ||||
-rw-r--r-- | sysutils/gconf-editor/pkg-plist | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index f31ffd59f67a..e75e62856b36 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -13,17 +13,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A gconf database editor for the GNOME 2 environment -USE_BZIP2= yes -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig tar:bzip2 INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomedocutils +USE_GNOME= gnomeprefix intlhack libgnomeui gnomedocutils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gconf-editor.1 GCONF_SCHEMAS= gconf-editor.schemas +INSTALL_TARGET= install-strip -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/gconf-editor/pkg-plist b/sysutils/gconf-editor/pkg-plist index 9e9866953c64..3a8f3c9e9d01 100644 --- a/sysutils/gconf-editor/pkg-plist +++ b/sysutils/gconf-editor/pkg-plist @@ -1,4 +1,5 @@ bin/gconf-editor +man/man1/gconf-editor.1.gz share/applications/gconf-editor.desktop %%DATADIR%%/icons/hicolor/16x16/status/type-boolean.png %%DATADIR%%/icons/hicolor/16x16/status/type-float.png |