svn commit: r355118 - in head/editors/uemacs: . files

Martin Wilke miwi at FreeBSD.org
Sun May 25 05:20:57 UTC 2014


Author: miwi
Date: Sun May 25 05:20:56 2014
New Revision: 355118
URL: http://svnweb.freebsd.org/changeset/ports/355118
QAT: https://qat.redports.org/buildarchive/r355118/

Log:
  - Stage support
  
  PR:		189689
  Submitted by:	Joseph Benden <joe at thrallingpenguin.com>
  Approved by:	maintainer

Modified:
  head/editors/uemacs/Makefile
  head/editors/uemacs/files/patch-aa

Modified: head/editors/uemacs/Makefile
==============================================================================
--- head/editors/uemacs/Makefile	Sun May 25 05:19:45 2014	(r355117)
+++ head/editors/uemacs/Makefile	Sun May 25 05:20:56 2014	(r355118)
@@ -12,7 +12,6 @@ COMMENT=	Full screen editor
 
 NO_CDROM=	Resale allowed for media cost only
 
-NO_STAGE=	yes
 NO_WRKSUBDIR=	yes
 USES=		zip:infozip
 EXTRACT_BEFORE_ARGS=	-Laq

Modified: head/editors/uemacs/files/patch-aa
==============================================================================
--- head/editors/uemacs/files/patch-aa	Sun May 25 05:19:45 2014	(r355117)
+++ head/editors/uemacs/files/patch-aa	Sun May 25 05:20:56 2014	(r355118)
@@ -1,5 +1,5 @@
---- Makefile.orig	Wed Mar 25 14:28:24 1998
-+++ Makefile	Wed Mar 25 14:41:41 1998
+--- Makefile.orig	2014-05-11 17:18:47.000000000 -0700
++++ Makefile	2014-05-11 17:20:45.000000000 -0700
 @@ -0,0 +1,12 @@
 +#
 +# simple makefile for uemacs 
@@ -9,7 +9,7 @@
 +	(cd freebsd; make emacs)
 +
 +install:	all
-+	${BSD_INSTALL_PROGRAM} freebsd/emacs ${PREFIX}/bin/uemacs
-+	mkdir -p ${PREFIX}/share/uemacs
-+	${BSD_INSTALL_DATA} cmd/* ${PREFIX}/share/uemacs
-+	mv ${PREFIX}/share/uemacs/emacs.rc ${PREFIX}/share/uemacs/.emacsrc
++	${BSD_INSTALL_PROGRAM} freebsd/emacs ${DESTDIR}${PREFIX}/bin/uemacs
++	mkdir -p ${DESTDIR}${PREFIX}/share/uemacs
++	${BSD_INSTALL_DATA} cmd/* ${DESTDIR}${PREFIX}/share/uemacs
++	mv ${DESTDIR}${PREFIX}/share/uemacs/emacs.rc ${DESTDIR}${PREFIX}/share/uemacs/.emacsrc


More information about the svn-ports-all mailing list