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 --- finance/expense/Makefile | 4 ++-- finance/expense/pkg-plist | 42 +++++++++++++++++++++--------------------- 2 files changed, 23 insertions(+), 23 deletions(-) (limited to 'finance/expense') diff --git a/finance/expense/Makefile b/finance/expense/Makefile index fba47afa2fb..beb51e4a581 100644 --- a/finance/expense/Makefile +++ b/finance/expense/Makefile @@ -2,7 +2,7 @@ PORTNAME= expense PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= finance gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Expense/files/ DISTNAME= Expense-${PORTVERSION} @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/Expense PORTSCOUT= ignore:1 post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Expense.app/Expense + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Expense.app/Expense .include diff --git a/finance/expense/pkg-plist b/finance/expense/pkg-plist index fe47c200a63..c37313d7ad4 100644 --- a/finance/expense/pkg-plist +++ b/finance/expense/pkg-plist @@ -1,21 +1,21 @@ -GNUstep/Local/Applications/Expense.app/Expense -GNUstep/Local/Applications/Expense.app/Resources/ArrowLeft.tiff -GNUstep/Local/Applications/Expense.app/Resources/ArrowRight.tiff -GNUstep/Local/Applications/Expense.app/Resources/English.lproj/ExpDocument.gorm/data.classes -GNUstep/Local/Applications/Expense.app/Resources/English.lproj/ExpDocument.gorm/objects.gorm -GNUstep/Local/Applications/Expense.app/Resources/English.lproj/Expense.gorm/data.classes -GNUstep/Local/Applications/Expense.app/Resources/English.lproj/Expense.gorm/objects.gorm -GNUstep/Local/Applications/Expense.app/Resources/English.lproj/Localizable.strings -GNUstep/Local/Applications/Expense.app/Resources/English.lproj/Localizable.strings~ -GNUstep/Local/Applications/Expense.app/Resources/Expense.desktop -GNUstep/Local/Applications/Expense.app/Resources/Expense.tiff -GNUstep/Local/Applications/Expense.app/Resources/ExpenseInfo.plist -GNUstep/Local/Applications/Expense.app/Resources/FileIcon_exp.tiff -GNUstep/Local/Applications/Expense.app/Resources/Info-gnustep.plist -GNUstep/Local/Applications/Expense.app/Resources/Thai.lproj/Expense.gorm/data.classes -GNUstep/Local/Applications/Expense.app/Resources/Thai.lproj/Expense.gorm/objects.gorm -GNUstep/Local/Applications/Expense.app/Resources/Thai.lproj/Localizable.strings -GNUstep/Local/Applications/Expense.app/Resources/Thai.lproj/Localizable.strings~ -GNUstep/Local/Applications/Expense.app/Resources/Thai.lproj/temp.txt -GNUstep/Local/Applications/Expense.app/stamp.make -GNUstep/Local/Tools/Expense +GNUstep/System/Applications/Expense.app/Expense +GNUstep/System/Applications/Expense.app/Resources/ArrowLeft.tiff +GNUstep/System/Applications/Expense.app/Resources/ArrowRight.tiff +GNUstep/System/Applications/Expense.app/Resources/English.lproj/ExpDocument.gorm/data.classes +GNUstep/System/Applications/Expense.app/Resources/English.lproj/ExpDocument.gorm/objects.gorm +GNUstep/System/Applications/Expense.app/Resources/English.lproj/Expense.gorm/data.classes +GNUstep/System/Applications/Expense.app/Resources/English.lproj/Expense.gorm/objects.gorm +GNUstep/System/Applications/Expense.app/Resources/English.lproj/Localizable.strings +GNUstep/System/Applications/Expense.app/Resources/English.lproj/Localizable.strings~ +GNUstep/System/Applications/Expense.app/Resources/Expense.desktop +GNUstep/System/Applications/Expense.app/Resources/Expense.tiff +GNUstep/System/Applications/Expense.app/Resources/ExpenseInfo.plist +GNUstep/System/Applications/Expense.app/Resources/FileIcon_exp.tiff +GNUstep/System/Applications/Expense.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/Expense.app/Resources/Thai.lproj/Expense.gorm/data.classes +GNUstep/System/Applications/Expense.app/Resources/Thai.lproj/Expense.gorm/objects.gorm +GNUstep/System/Applications/Expense.app/Resources/Thai.lproj/Localizable.strings +GNUstep/System/Applications/Expense.app/Resources/Thai.lproj/Localizable.strings~ +GNUstep/System/Applications/Expense.app/Resources/Thai.lproj/temp.txt +GNUstep/System/Applications/Expense.app/stamp.make +GNUstep/System/Tools/Expense -- cgit