diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-12 22:46:37 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-12 22:46:37 +0000 |
commit | 046440eb83d773ec835cac9e8e51480d7e33ca68 (patch) | |
tree | 0d8da4ed5fa2f187a126f5749a98d183615ad349 /misc/gnome-osd | |
parent | 377e81b1030a0a9755cce27c10b7a365ba9e1c5c (diff) | |
download | ports-046440eb83d773ec835cac9e8e51480d7e33ca68.tar.gz ports-046440eb83d773ec835cac9e8e51480d7e33ca68.zip |
Add staging support
Notes
Notes:
svn path=/head/; revision=357640
Diffstat (limited to 'misc/gnome-osd')
-rw-r--r-- | misc/gnome-osd/Makefile | 15 | ||||
-rw-r--r-- | misc/gnome-osd/pkg-plist | 3 |
2 files changed, 4 insertions, 14 deletions
diff --git a/misc/gnome-osd/Makefile b/misc/gnome-osd/Makefile index a127d67e7bf7..12ccd6568e99 100644 --- a/misc/gnome-osd/Makefile +++ b/misc/gnome-osd/Makefile @@ -18,23 +18,14 @@ GNU_CONFIGURE= yes GCONF_SCHEMAS= gnome-osd.schemas -MAN1= gnome-osd-client.1 - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes - OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS NEWS README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \ + ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> diff --git a/misc/gnome-osd/pkg-plist b/misc/gnome-osd/pkg-plist index e3cdd00c6a3b..ca79e2a071c4 100644 --- a/misc/gnome-osd/pkg-plist +++ b/misc/gnome-osd/pkg-plist @@ -37,6 +37,7 @@ etc/xdg/autostart/gnome-osd-event-bridge.desktop %%PYTHON_SITELIBDIR%%/gnomeosd/xscreensaver.pyo libdata/bonobo/servers/GNOME_OSD.server libexec/gnome-osd-server +man/man1/gnome-osd-client.1.gz share/applications/gnome-osd-properties.desktop share/dbus-1/services/pt.inescporto.telecom.GnomeOSD.EventBridge.service share/dbus-1/services/pt.inescporto.telecom.GnomeOSD.service @@ -63,6 +64,4 @@ share/locale/zh_CN/LC_MESSAGES/gnome-osd.mo share/pixmaps/gnome-osd.png %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%% -@dirrmtry share/dbus-1/services -@dirrmtry share/dbus-1 @dirrm %%PYTHON_SITELIBDIR%%/gnomeosd |