diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-05-25 05:55:36 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-05-25 05:55:36 +0000 |
commit | 13b3264699685f92129a875b8e9a748e4009018d (patch) | |
tree | 3f76be59fd9d08b893230429270df55a0603b1aa /audio/cddb-bundle | |
parent | d4fbb7ad92f38ed96c3850958601133f20ea14ad (diff) |
Notes
Diffstat (limited to 'audio/cddb-bundle')
-rw-r--r-- | audio/cddb-bundle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index a37f825875d6..7074e453743a 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -24,5 +24,6 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/cddb.bundle +MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} .include <bsd.port.mk> |