diff options
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 9932bb29558f..dc45863968fc 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs PORTVERSION= ${XEMACS_VER} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} @@ -164,7 +164,7 @@ post-install:: .endfor .if !defined(WITHOUT_X11) && ${HAVE_GNOME:Mgnomehier}!="" ${INSTALL_DATA} ${WRKDIR}/xemacs.desktop \ - ${LOCALBASE}/share/gnome/applications + ${LOCALBASE}/share/applications .endif # For some reason install no longer makes ${PREFIX}/lib/xemacs/site-lisp. # Do what PLIST does for pkg_add. |