From 6c59a8d5b32ea2b3258af3be5a72a73d47029f3e Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 11 Jun 2014 09:16:15 +0000 Subject: - Stagify - Use new LIB_DEPENDS syntax - Don't try to remove mtree directories Approved by: portmgr blanket --- editors/gobby/Makefile | 11 ++++------- editors/gobby/pkg-plist | 27 +-------------------------- 2 files changed, 5 insertions(+), 33 deletions(-) (limited to 'editors/gobby') diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index c549adf8b4e9..e85445f4320c 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -11,10 +11,10 @@ COMMENT= Free collaborative editor LICENSE= GPLv2 -LIB_DEPENDS= obby-0.4.1:${PORTSDIR}/devel/obby \ - net6-1.3.0:${PORTSDIR}/net/net6 \ - xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ - gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libobby.so:${PORTSDIR}/devel/obby \ + libnet6-1.3.so:${PORTSDIR}/net/net6 \ + libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ + libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 OPTIONS_DEFINE= GTKSPELL NLS GTKSPELL_DESC= Enable GtkSpell support @@ -24,9 +24,6 @@ USES= gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes -MAN1= ${PORTNAME}.1 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGTKSPELL} diff --git a/editors/gobby/pkg-plist b/editors/gobby/pkg-plist index 942e715a3146..af2305c770c8 100644 --- a/editors/gobby/pkg-plist +++ b/editors/gobby/pkg-plist @@ -1,4 +1,5 @@ bin/gobby +man/man1/gobby.1.gz %%DATADIR%%/icons/HighContrastLargePrint/48x48/actions/chat.png %%DATADIR%%/icons/HighContrastLargePrint/48x48/actions/document-list.png %%DATADIR%%/icons/HighContrastLargePrint/48x48/actions/user-list.png @@ -52,35 +53,9 @@ share/icons/hicolor/scalable/apps/gobby.svg %%NLS%%share/locale/uk/LC_MESSAGES/gobby.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gobby.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gobby.mo -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/th/LC_MESSAGES -@dirrmtry share/locale/sv/LC_MESSAGES -@dirrmtry share/locale/ru/LC_MESSAGES -@dirrmtry share/locale/pt_BR/LC_MESSAGES -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pl/LC_MESSAGES @dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/nl/LC_MESSAGES -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ja/LC_MESSAGES -@dirrmtry share/locale/it/LC_MESSAGES -@dirrmtry share/locale/hr/LC_MESSAGES -@dirrmtry share/locale/he/LC_MESSAGES @dirrmtry share/locale/gv/LC_MESSAGES @dirrmtry share/locale/gv -@dirrmtry share/locale/fr/LC_MESSAGES -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/eu/LC_MESSAGES -@dirrmtry share/locale/es/LC_MESSAGES -@dirrmtry share/locale/en_GB/LC_MESSAGES -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/de/LC_MESSAGES -@dirrmtry share/locale/da/LC_MESSAGES -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/bg/LC_MESSAGES @dirrmtry share/locale/ast/LC_MESSAGES @dirrmtry share/icons/HighContrastLargePrintInverse/scalable/apps @dirrmtry share/icons/HighContrastLargePrintInverse/scalable -- cgit