diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-05-30 12:28:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-05-30 12:28:39 +0000 |
commit | ca8e128e6212bd33d5de26a9bc7bec0bc4359156 (patch) | |
tree | 254262630d86e6b617abfedbdb7461dd9b45418d /audio/cddb-bundle | |
parent | ec46bb88d18c00dd1c9a3e3bcc69238668068cd2 (diff) |
- drop USE_GNUSTEP_PREFIX
Notes
Notes:
svn path=/head/; revision=255316
Diffstat (limited to 'audio/cddb-bundle')
-rw-r--r-- | audio/cddb-bundle/Makefile | 1 | ||||
-rw-r--r-- | audio/cddb-bundle/pkg-plist | 14 |
2 files changed, 7 insertions, 8 deletions
diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index cbbada35b026..213a17831b35 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -17,7 +17,6 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= CDDB client bundle GNUstep USE_GNUSTEP= yes -USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes diff --git a/audio/cddb-bundle/pkg-plist b/audio/cddb-bundle/pkg-plist index a9091e2a6f49..46431c7d83fc 100644 --- a/audio/cddb-bundle/pkg-plist +++ b/audio/cddb-bundle/pkg-plist @@ -1,7 +1,7 @@ -Local/Library/Bundles/Cddb.bundle/Cddb -Local/Library/Bundles/Cddb.bundle/Resources/Info-gnustep.plist -Local/Library/Bundles/Cddb.bundle/stamp.make -Local/Library/Headers/Cddb/Cddb.h -@dirrm Local/Library/Headers/Cddb -@dirrm Local/Library/Bundles/Cddb.bundle/Resources -@dirrm Local/Library/Bundles/Cddb.bundle +GNUstep/Local/Library/Bundles/Cddb.bundle/Cddb +GNUstep/Local/Library/Bundles/Cddb.bundle/Resources/Info-gnustep.plist +GNUstep/Local/Library/Bundles/Cddb.bundle/stamp.make +GNUstep/Local/Library/Headers/Cddb/Cddb.h +@dirrm GNUstep/Local/Library/Headers/Cddb +@dirrm GNUstep/Local/Library/Bundles/Cddb.bundle/Resources +@dirrm GNUstep/Local/Library/Bundles/Cddb.bundle |