diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:59:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-22 21:59:53 +0800 |
commit | 3de97728a96283355364c1463d67201ddcf5cf2e (patch) | |
tree | 70c9773a55a3adcbcdcd894b1296c2dd06af9a88 /polish/gnugadu2/Makefile | |
parent | 5b78d8d993307433dcdf0d1224e6a2e951269fe4 (diff) | |
download | freebsd-ports-gnome-3de97728a96283355364c1463d67201ddcf5cf2e.tar.gz freebsd-ports-gnome-3de97728a96283355364c1463d67201ddcf5cf2e.tar.zst freebsd-ports-gnome-3de97728a96283355364c1463d67201ddcf5cf2e.zip |
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by: portmgr (bdrewery)
Diffstat (limited to 'polish/gnugadu2/Makefile')
-rw-r--r-- | polish/gnugadu2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index 9dc8b37a4c0b..eeca0fcae003 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -152,7 +152,6 @@ post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/plugins/GUI/gtkimhtml.c post-install: - @${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/gg2.desktop ${PREFIX}/share/applications/ # vim: set ts=8 sw=8: |