svn commit: r363354 - in head/deskutils/preferences: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jul 29 16:18:44 UTC 2014
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
More information about the svn-ports-all
mailing list