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 /audio/cddb-bundle/Makefile | |
parent | 1659ce0cba407df928696251d75c6308bec3077b (diff) | |
download | freebsd-ports-gnome-f410eb77efeec7636a0a08f7330d4821a1bcd4d0.tar.gz freebsd-ports-gnome-f410eb77efeec7636a0a08f7330d4821a1bcd4d0.tar.zst freebsd-ports-gnome-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 'audio/cddb-bundle/Makefile')
-rw-r--r-- | audio/cddb-bundle/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index f3eecc9ad28a..783f4af8d0d9 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -2,7 +2,7 @@ PORTNAME= cddb PORTVERSION= 0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio gnustep MASTER_SITES= SF/gsburn/cdplayer/${DISTNAME} PKGNAMESUFFIX= -bundle${PKGNAMESUFFIX2} @@ -19,9 +19,8 @@ USE_GNUSTEP= back build CDPLAYER_VERSION= 0.5.1 WRKSRC= ${WRKDIR}/CDPlayer-${CDPLAYER_VERSION}/Cddb -MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Cddb.bundle/Cddb + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Cddb.bundle/Cddb .include <bsd.port.mk> |