From f410eb77efeec7636a0a08f7330d4821a1bcd4d0 Mon Sep 17 00:00:00 2001 From: theraven Date: Sat, 19 Sep 2015 10:33:34 +0000 Subject: Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977 --- sysutils/batmon/pkg-plist | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'sysutils/batmon/pkg-plist') diff --git a/sysutils/batmon/pkg-plist b/sysutils/batmon/pkg-plist index 0effd95f8d96..cfb40cdb4d0a 100644 --- a/sysutils/batmon/pkg-plist +++ b/sysutils/batmon/pkg-plist @@ -1,13 +1,13 @@ -GNUstep/Local/Applications/batmon.app/Resources/BatMon_icon.tif -GNUstep/Local/Applications/batmon.app/Resources/Info-gnustep.plist -GNUstep/Local/Applications/batmon.app/Resources/LICENSE -GNUstep/Local/Applications/batmon.app/Resources/README -GNUstep/Local/Applications/batmon.app/Resources/batmon.desktop -GNUstep/Local/Applications/batmon.app/Resources/batmon.gorm/data.classes -GNUstep/Local/Applications/batmon.app/Resources/batmon.gorm/data.info -GNUstep/Local/Applications/batmon.app/Resources/batmon.gorm/objects.gorm -GNUstep/Local/Applications/batmon.app/Resources/small_battery.tif -GNUstep/Local/Applications/batmon.app/Resources/small_plug.tif -GNUstep/Local/Applications/batmon.app/batmon -GNUstep/Local/Applications/batmon.app/stamp.make -GNUstep/Local/Tools/batmon +GNUstep/System/Applications/batmon.app/Resources/BatMon_icon.tif +GNUstep/System/Applications/batmon.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/batmon.app/Resources/LICENSE +GNUstep/System/Applications/batmon.app/Resources/README +GNUstep/System/Applications/batmon.app/Resources/batmon.desktop +GNUstep/System/Applications/batmon.app/Resources/batmon.gorm/data.classes +GNUstep/System/Applications/batmon.app/Resources/batmon.gorm/data.info +GNUstep/System/Applications/batmon.app/Resources/batmon.gorm/objects.gorm +GNUstep/System/Applications/batmon.app/Resources/small_battery.tif +GNUstep/System/Applications/batmon.app/Resources/small_plug.tif +GNUstep/System/Applications/batmon.app/batmon +GNUstep/System/Applications/batmon.app/stamp.make +GNUstep/System/Tools/batmon -- cgit