diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-02 20:36:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-02 20:36:36 +0800 |
commit | 3a40828227cd5d66ef0e17caf8f34d33f6b72b46 (patch) | |
tree | 3214d89d58201ed54b279bafa3432edf009ccf08 /deskutils | |
parent | 298d0a7a6af8a70b198387f68850022d232e9de8 (diff) | |
download | freebsd-ports-gnome-3a40828227cd5d66ef0e17caf8f34d33f6b72b46.tar.gz freebsd-ports-gnome-3a40828227cd5d66ef0e17caf8f34d33f6b72b46.tar.zst freebsd-ports-gnome-3a40828227cd5d66ef0e17caf8f34d33f6b72b46.zip |
Stage support
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnotime/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnotime/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 6c273b4ee66e..0853ef57a67f 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -32,7 +32,6 @@ INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gnotime.1 gnotime-remote.1 GCONF_SCHEMAS= gnotime.schemas QOF_VERSION= 0.7.5 @@ -41,7 +40,6 @@ QOF_WRKSRC= ${WRKDIR}/${QOF_DISTNAME} LIBQOF_CFLAGS= -I${QOF_WRKSRC}/qof LIBQOF_LIBS= -L${QOF_WRKSRC}/qof/.libs -lqof -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^AM_CFLAGS =/s|-g||' ${WRKSRC}/src/Makefile.in diff --git a/deskutils/gnotime/pkg-plist b/deskutils/gnotime/pkg-plist index 7292813435c3..0dbcf6e7d7e6 100644 --- a/deskutils/gnotime/pkg-plist +++ b/deskutils/gnotime/pkg-plist @@ -50,6 +50,8 @@ lib/libqofsql.so lib/libqofsql.so.1 libdata/pkgconfig/qof-1.pc libdata/pkgconfig/qof.pc +man/man1/gnotime-remote.1.gz +man/man1/gnotime.1.gz share/applications/gnotime.desktop share/gnome/help/gnotime/C/figures/gtt_edit_reports_dialog.png share/gnome/help/gnotime/C/figures/gtt_mainwin.png |