diff options
author | theraven <theraven@FreeBSD.org> | 2015-09-19 18:33:34 +0800 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2015-09-19 18:33:34 +0800 |
commit | f410eb77efeec7636a0a08f7330d4821a1bcd4d0 (patch) | |
tree | da5a3eeed8b9041e9805decaee1098282defef37 /finance/expense | |
parent | 1659ce0cba407df928696251d75c6308bec3077b (diff) | |
download | freebsd-ports-graphics-f410eb77efeec7636a0a08f7330d4821a1bcd4d0.tar.gz freebsd-ports-graphics-f410eb77efeec7636a0a08f7330d4821a1bcd4d0.tar.zst freebsd-ports-graphics-f410eb77efeec7636a0a08f7330d4821a1bcd4d0.zip |
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
Diffstat (limited to 'finance/expense')
-rw-r--r-- | finance/expense/Makefile | 4 | ||||
-rw-r--r-- | finance/expense/pkg-plist | 42 |
2 files changed, 23 insertions, 23 deletions
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 <bsd.port.mk> 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 |