diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-03-31 20:39:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-03-31 20:39:34 +0000 |
commit | daa3834038233267641308e61e637dbeabf21643 (patch) | |
tree | 6aed75a69432fe2970f39fd23dbc0468d97b94a8 /databases/libgda5-ui | |
parent | f2f10effc64d71aaca04f1c1807592411ef596d4 (diff) | |
download | ports-daa3834038233267641308e61e637dbeabf21643.tar.gz ports-daa3834038233267641308e61e637dbeabf21643.zip |
Notes
Diffstat (limited to 'databases/libgda5-ui')
-rw-r--r-- | databases/libgda5-ui/Makefile | 9 | ||||
-rw-r--r-- | databases/libgda5-ui/pkg-plist | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/libgda5-ui/Makefile b/databases/libgda5-ui/Makefile index 6525769c7230..2fc326fd2f9e 100644 --- a/databases/libgda5-ui/Makefile +++ b/databases/libgda5-ui/Makefile @@ -12,19 +12,18 @@ COMMENT= The libgda 5 ui library MASTERDIR= ${.CURDIR}/../libgda5 PLIST= ${.CURDIR}/pkg-plist -CONFLICTS= libgda4-4.* +#CONFLICTS= libgda4-4.* LIBGDA5_SLAVE= ui -NO_STAGE= yes do-build: @cd ${WRKSRC}/libgda-ui && ${GMAKE} @cd ${WRKSRC}/control-center && ${GMAKE} @cd ${WRKSRC}/tools/browser && ${GMAKE} do-install: - @cd ${WRKSRC}/libgda-ui && ${GMAKE} install - @cd ${WRKSRC}/control-center && ${GMAKE} install - @cd ${WRKSRC}/tools/browser && ${GMAKE} install + @cd ${WRKSRC}/libgda-ui && DESTDIR=${STAGEDIR} ${GMAKE} install + @cd ${WRKSRC}/control-center && DESTDIR=${STAGEDIR} ${GMAKE} install + @cd ${WRKSRC}/tools/browser && DESTDIR=${STAGEDIR} ${GMAKE} install .include "${MASTERDIR}/Makefile" diff --git a/databases/libgda5-ui/pkg-plist b/databases/libgda5-ui/pkg-plist index 9468ae798623..e15fff798fac 100644 --- a/databases/libgda5-ui/pkg-plist +++ b/databases/libgda5-ui/pkg-plist @@ -29,6 +29,7 @@ include/libgda-%%VERSION%%/libgda-ui/gdaui-server-operation.h include/libgda-%%VERSION%%/libgda-ui/gdaui-tree-store.h include/libgda-%%VERSION%%/libgda-ui/libgda-ui.h lib/libgda-%%VERSION%%/plugins/gdaui-entry-filesel-spec.xml +lib/libgda-%%VERSION%%/plugins/gdaui-entry-format-spec.xml lib/libgda-%%VERSION%%/plugins/gdaui-entry-password.xml lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec.xml lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec_string.xml @@ -45,7 +46,6 @@ share/applications/gda-browser-%%VERSION%%.desktop share/applications/gda-control-center-%%VERSION%%.desktop share/doc/gda-browser/BrowserConnection.html share/doc/gda-browser/BrowserCore.html -share/doc/gda-browser/BrowserFavorites.html share/doc/gda-browser/BrowserPerspective.html share/doc/gda-browser/BrowserWindow.html share/doc/gda-browser/CcGrayBar.html @@ -60,6 +60,7 @@ share/doc/gda-browser/gda-browser-Query-Exec-perspective.html share/doc/gda-browser/gda-browser-Schema-Browser-perspective.html share/doc/gda-browser/gda-browser-Support-functions.html share/doc/gda-browser/gda-browser-UiFormgrid.html +share/doc/gda-browser/gda-browser-browser-favorites.html share/doc/gda-browser/gda-browser-popup-container.html share/doc/gda-browser/gda-browser.devhelp2 share/doc/gda-browser/home.png @@ -446,7 +447,6 @@ share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/glade.png share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/history-view.png share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/ldap-entries.png share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/table-add.png -share/libgda-%%VERSION%%/icons/hicolor/icon-theme.cache share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/bookmark-view.svg share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/glade.svg share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/history-view.svg |