diff options
author | joerg <joerg> | 2015-06-27 18:43:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-06-27 18:43:05 +0000 |
commit | d5e2a1ba6bff832ba6587ccfddcf0b9126d5e35a (patch) | |
tree | fb672cb9f601d737334c840c9b293b6a9eccca95 | |
parent | 85e4354758e6ca85e6ba0c1d269e7e26bce00a4f (diff) | |
download | pkgsrc-d5e2a1ba6bff832ba6587ccfddcf0b9126d5e35a.tar.gz |
Fix missing config directory during build.
-rw-r--r-- | devel/redmine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/redmine/Makefile b/devel/redmine/Makefile index 01947888490..051c2309394 100644 --- a/devel/redmine/Makefile +++ b/devel/redmine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/06/18 12:49:37 rodent Exp $ +# $NetBSD: Makefile,v 1.11 2015/06/27 18:43:05 joerg Exp $ DISTNAME= redmine-3.0.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -119,7 +119,8 @@ USE_LANGUAGES= c # Do not build internal libxml2 and libxslt. MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes -INSTALLATION_DIRS+= bin share/examples/redmine share/redmine/app/.bundle +INSTALLATION_DIRS+= bin share/examples/redmine share/redmine/app/.bundle \ + ${RM_DIR}/app/config EGDIR= ${PREFIX}/share/examples/redmine CONF_FILES+= ${EGDIR}/configuration.yml.example \ |