diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 21:11:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 21:11:43 +0800 |
commit | 624994999921592fe0d77fad3cfa41b4139f339a (patch) | |
tree | 70b9765f3e6a73ab132b6f15d1090fd496766c75 /graphics | |
parent | 23aea6526fa89097f2c92775ade3ecad5d03ee03 (diff) | |
download | freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.tar.gz freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.tar.zst freebsd-ports-gnome-624994999921592fe0d77fad3cfa41b4139f339a.zip |
Convert to USES=mono
With hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pinta/Makefile | 8 | ||||
-rw-r--r-- | graphics/pinta/pkg-plist | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/graphics/pinta/Makefile b/graphics/pinta/Makefile index bc7e621c60ab..0f7d7b1df598 100644 --- a/graphics/pinta/Makefile +++ b/graphics/pinta/Makefile @@ -16,9 +16,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} BROKEN= Does not build GNU_CONFIGURE= yes -USE_GNOME= gnomehack gtksharp20 desktopfileutils +USE_GNOME= gtksharp20 INSTALLS_ICONS= yes -USES= gettext gmake pkgconfig +USES= desktop-file-utils gettext gmake mono pkgconfig MAN1= pinta.1 MANCOMPRESSED= yes @@ -27,6 +27,4 @@ NO_STAGE= yes post-install: -@update-desktop-database -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/pinta/pkg-plist b/graphics/pinta/pkg-plist index aaa2d3db6796..2a2f74f8d057 100644 --- a/graphics/pinta/pkg-plist +++ b/graphics/pinta/pkg-plist @@ -92,5 +92,3 @@ share/icons/hicolor/scalable/apps/pinta.svg @dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrm lib/pinta -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |