diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-10 17:08:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-10 17:08:39 +0800 |
commit | 7cbe2a6c90efd75a39946da1bb6fdb2203570f77 (patch) | |
tree | 325e78b547a9b4756571861326b3ea39d57cd380 /deskutils | |
parent | 948b01e37e87379ed9a87280c5e3965f448f399a (diff) | |
download | freebsd-ports-gnome-7cbe2a6c90efd75a39946da1bb6fdb2203570f77.tar.gz freebsd-ports-gnome-7cbe2a6c90efd75a39946da1bb6fdb2203570f77.tar.zst freebsd-ports-gnome-7cbe2a6c90efd75a39946da1bb6fdb2203570f77.zip |
- Use GCONF_SCHEMAS to fix some stage violations
- Fix PLIST_SUB to prevent some pkg warnings
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/tomboy/Makefile | 3 | ||||
-rw-r--r-- | deskutils/tomboy/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index 031e17a269d6..9a477c715961 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes USE_LDCONFIG= yes +GCONF_SCHEMAS= tomboy.schemas MAKE_JOBS_UNSAFE=yes @@ -49,7 +50,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/mono/gmime-sharp-2.6/gmime-sharp.dll:${PORTSDIR}/ PLIST_SUB+= EVOLUTION="" .else CONFIGURE_ARGS+=--disable-evolution -PLIST_SUB+= EVOLUTION="@comment" +PLIST_SUB+= EVOLUTION="@comment " .endif post-patch: diff --git a/deskutils/tomboy/pkg-plist b/deskutils/tomboy/pkg-plist index e505308e273c..48e58b9ba5dc 100644 --- a/deskutils/tomboy/pkg-plist +++ b/deskutils/tomboy/pkg-plist @@ -1,6 +1,5 @@ bin/tomboy %%APPLET%%bin/tomboy-panel -etc/gconf/schemas/tomboy.schemas lib/tomboy/Tomboy.exe lib/tomboy/Tomboy.exe.config lib/tomboy/Tomboy.exe.mdb |