diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-01 18:21:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-01 18:21:53 +0800 |
commit | afaaa176a816e3f65acd7214d3cf9bc6b7015d98 (patch) | |
tree | 384ff466b43bbfc668b5c19bde64328cee9d5101 /net-im | |
parent | 3c957cee338ab23f25f55cb7eea01ac0d47eb15d (diff) | |
download | freebsd-ports-gnome-afaaa176a816e3f65acd7214d3cf9bc6b7015d98.tar.gz freebsd-ports-gnome-afaaa176a816e3f65acd7214d3cf9bc6b7015d98.tar.zst freebsd-ports-gnome-afaaa176a816e3f65acd7214d3cf9bc6b7015d98.zip |
- Stage support
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-mission-control/Makefile | 4 | ||||
-rw-r--r-- | net-im/telepathy-mission-control/pkg-plist | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-im/telepathy-mission-control/Makefile b/net-im/telepathy-mission-control/Makefile index 7a4c39a7f216..40990a9664d3 100644 --- a/net-im/telepathy-mission-control/Makefile +++ b/net-im/telepathy-mission-control/Makefile @@ -22,12 +22,8 @@ USE_LDCONFIG= yes GLIB_SCHEMAS= im.telepathy.MissionControl.FromEmpathy.gschema.xml CONFIGURE_ARGS= --disable-upower -MAN1= mc-tool.1 mc-wait-for-name.1 -MAN8= mission-control-5.8 - PLIST_SUB= VERSION=${PORTVERSION} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/gtk-doc/html|/${DOCSDIR}|' \ ${WRKSRC}/configure diff --git a/net-im/telepathy-mission-control/pkg-plist b/net-im/telepathy-mission-control/pkg-plist index cef8b825d38a..532d07f79b8d 100644 --- a/net-im/telepathy-mission-control/pkg-plist +++ b/net-im/telepathy-mission-control/pkg-plist @@ -41,6 +41,9 @@ share/doc/mission-control-plugins/object-tree.html share/doc/mission-control-plugins/right.png share/doc/mission-control-plugins/style.css share/doc/mission-control-plugins/up.png +man/man1/mc-tool.1.gz +man/man1/mc-wait-for-name.1.gz +man/man8/mission-control-5.8.gz @dirrm share/doc/mission-control-plugins @dirrm include/mission-control-5.5/mission-control-plugins @dirrm include/mission-control-5.5 |