diff options
author | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2015-09-19 10:33:34 +0000 |
commit | 9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a (patch) | |
tree | da5a3eeed8b9041e9805decaee1098282defef37 /mail/addresses-goodies | |
parent | 1ab0fd4963caeb7cec81a713c3a3af71edef6fec (diff) | |
download | ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.tar.gz ports-9156bf1b9e9b3b62257cf63c3d8ec413c40fc70a.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
Notes
Notes:
svn path=/head/; revision=397315
Diffstat (limited to 'mail/addresses-goodies')
-rw-r--r-- | mail/addresses-goodies/Makefile | 2 | ||||
-rw-r--r-- | mail/addresses-goodies/pkg-plist | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index fc9b1170434e..54dcdfe77082 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -2,7 +2,7 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap PKGNAMESUFFIX= -goodies${PKGNAMESUFFIX2} diff --git a/mail/addresses-goodies/pkg-plist b/mail/addresses-goodies/pkg-plist index 45086d88df56..15356db399a7 100644 --- a/mail/addresses-goodies/pkg-plist +++ b/mail/addresses-goodies/pkg-plist @@ -1,3 +1,3 @@ -GNUstep/Local/Tools/adgnumailconverter -GNUstep/Local/Tools/adserver -GNUstep/Local/Tools/adtool +GNUstep/System/Tools/adgnumailconverter +GNUstep/System/Tools/adserver +GNUstep/System/Tools/adtool |