View | Details | Raw Unified | Return to bug 109930
Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
# Date created:        11 August 2005
2
# Date created:        11 August 2005
3
# Whom:                Timothy Bourke <timbob@bigpond.com>
3
# Whom:                Timothy Bourke <timbob@bigpond.com>
4
#
4
#
5
# $FreeBSD: ports/math/proofgeneral/Makefile,v 1.12 2007/02/27 04:54:19 kris Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	proofgeneral
8
PORTNAME=	proofgeneral
Lines 20-27 Link Here
20
BUILD_DEPENDS+=	bash:${PORTSDIR}/shells/bash
20
BUILD_DEPENDS+=	bash:${PORTSDIR}/shells/bash
21
RUN_DEPENDS+=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
21
RUN_DEPENDS+=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
22
22
23
BROKEN=		Incomplete pkg-plist
24
25
#
23
#
26
# Unless EMACS_PORT_NAME is overriden by the user,
24
# Unless EMACS_PORT_NAME is overriden by the user,
27
# use any installed version of [X]Emacs.
25
# use any installed version of [X]Emacs.
(-)files/patch-Makefile (-2 / +3 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Sat Sep 23 05:26:01 2006
1
--- Makefile.orig	Sat Sep 23 05:26:01 2006
2
+++ Makefile	Tue Jan  2 10:42:43 2007
2
+++ Makefile	Mon Mar  5 19:53:43 2007
3
@@ -15,7 +15,7 @@
3
@@ -15,7 +15,7 @@
4
 
4
 
5
 # Set this to "emacs" or "xemacs" according to your version of Emacs.
5
 # Set this to "emacs" or "xemacs" according to your version of Emacs.
Lines 85-92 Link Here
85
+	fi
85
+	fi
86
+
86
+
87
 # backwards compatibility with old linuxes
87
 # backwards compatibility with old linuxes
88
 	mkdir -p ${DESKTOP}/application-registry
88
-	mkdir -p ${DESKTOP}/application-registry
89
-	cp etc/desktop/application-registry/proofgeneral.applications ${DESKTOP}/application-registry
89
-	cp etc/desktop/application-registry/proofgeneral.applications ${DESKTOP}/application-registry
90
+	mkdir -p ${DESKTOP}/gnome/application-registry
90
+	cp etc/desktop/application-registry/proofgeneral.applications ${DESKTOP}/gnome/application-registry
91
+	cp etc/desktop/application-registry/proofgeneral.applications ${DESKTOP}/gnome/application-registry
91
 
92
 
92
 # NB: .el files are not strictly necessary, but we package/install them
93
 # NB: .el files are not strictly necessary, but we package/install them

Return to bug 109930