Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 16:18:43 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363354 - in head/deskutils/preferences: . files
Message-ID:  <201407291618.s6TGIhib074143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Jul 29 16:18:43 2014
New Revision: 363354
URL: http://svnweb.freebsd.org/changeset/ports/363354
QAT: https://qat.redports.org/buildarchive/r363354/

Log:
  Stagify.

Added:
  head/deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile   (contents, props changed)
Modified:
  head/deskutils/preferences/Makefile

Modified: head/deskutils/preferences/Makefile
==============================================================================
--- head/deskutils/preferences/Makefile	Tue Jul 29 16:17:47 2014	(r363353)
+++ head/deskutils/preferences/Makefile	Tue Jul 29 16:18:43 2014	(r363354)
@@ -26,7 +26,6 @@ MODIFY=		GNUmakefile.preamble PrefsModul
 		Modules/Keyboard/GNUmakefile.preamble \
 		Modules/PrefsApp/GNUmakefile.preamble
 
-NO_STAGE=	yes
 post-patch:
 .for i in ${MODIFY}
 	@${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed

Added: head/deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile	Tue Jul 29 16:18:43 2014	(r363354)
@@ -0,0 +1,11 @@
+--- Modules/Keyboard/GNUmakefile.orig	2014-07-30 00:10:57.436168949 +0800
++++ Modules/Keyboard/GNUmakefile	2014-07-30 00:11:06.363171068 +0800
+@@ -3,7 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
+ BUNDLE_NAME=		Keyboard
+ BUNDLE_EXTENSION=	.prefs
+ 
+-BUNDLE_INSTALL_DIR=	$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences
++BUNDLE_INSTALL_DIR=	$(DESTDIR)$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences
+ 
+ Keyboard_RESOURCE_FILES= \
+ 	Keyboard.gorm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407291618.s6TGIhib074143>