Fix deinstall and unbroke port.
PR: ports/109930 Submitted by: Timothy Bourke (maintainer)
This commit is contained in:
parent
8104ec8cbc
commit
5a404d2004
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186601
@ -20,8 +20,6 @@ PKGNAMESUFFIX+= -${EMACS_NAME}
|
||||
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash
|
||||
RUN_DEPENDS+= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
#
|
||||
# Unless EMACS_PORT_NAME is overriden by the user,
|
||||
# use any installed version of [X]Emacs.
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Sat Sep 23 05:26:01 2006
|
||||
+++ Makefile Tue Jan 2 10:42:43 2007
|
||||
+++ Makefile Mon Mar 5 19:53:43 2007
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
# Set this to "emacs" or "xemacs" according to your version of Emacs.
|
||||
@ -85,8 +85,9 @@
|
||||
+ fi
|
||||
+
|
||||
# backwards compatibility with old linuxes
|
||||
mkdir -p ${DESKTOP}/application-registry
|
||||
- mkdir -p ${DESKTOP}/application-registry
|
||||
- cp etc/desktop/application-registry/proofgeneral.applications ${DESKTOP}/application-registry
|
||||
+ mkdir -p ${DESKTOP}/gnome/application-registry
|
||||
+ cp etc/desktop/application-registry/proofgeneral.applications ${DESKTOP}/gnome/application-registry
|
||||
|
||||
# NB: .el files are not strictly necessary, but we package/install them
|
||||
|
Loading…
Reference in New Issue
Block a user