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

(-)b/editors/uemacs/Makefile (-1 lines)
Lines 12-18 COMMENT= Full screen editor Link Here
12
12
13
NO_CDROM=	Resale allowed for media cost only
13
NO_CDROM=	Resale allowed for media cost only
14
14
15
NO_STAGE=	yes
16
NO_WRKSUBDIR=	yes
15
NO_WRKSUBDIR=	yes
17
USES=		zip:infozip
16
USES=		zip:infozip
18
EXTRACT_BEFORE_ARGS=	-Laq
17
EXTRACT_BEFORE_ARGS=	-Laq
(-)b/editors/uemacs/files/patch-aa (-6 / +6 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Wed Mar 25 14:28:24 1998
1
--- Makefile.orig	2014-05-11 17:18:47.000000000 -0700
2
+++ Makefile	Wed Mar 25 14:41:41 1998
2
+++ Makefile	2014-05-11 17:20:45.000000000 -0700
3
@@ -0,0 +1,12 @@
3
@@ -0,0 +1,12 @@
4
+#
4
+#
5
+# simple makefile for uemacs 
5
+# simple makefile for uemacs 
Lines 9-15 Link Here
9
+	(cd freebsd; make emacs)
9
+	(cd freebsd; make emacs)
10
+
10
+
11
+install:	all
11
+install:	all
12
+	${BSD_INSTALL_PROGRAM} freebsd/emacs ${PREFIX}/bin/uemacs
12
+	${BSD_INSTALL_PROGRAM} freebsd/emacs ${DESTDIR}${PREFIX}/bin/uemacs
13
+	mkdir -p ${PREFIX}/share/uemacs
13
+	mkdir -p ${DESTDIR}${PREFIX}/share/uemacs
14
+	${BSD_INSTALL_DATA} cmd/* ${PREFIX}/share/uemacs
14
+	${BSD_INSTALL_DATA} cmd/* ${DESTDIR}${PREFIX}/share/uemacs
15
+	mv ${PREFIX}/share/uemacs/emacs.rc ${PREFIX}/share/uemacs/.emacsrc
15
+	mv ${DESTDIR}${PREFIX}/share/uemacs/emacs.rc ${DESTDIR}${PREFIX}/share/uemacs/.emacsrc

Return to bug 189689