diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-08-07 23:46:37 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-08-07 23:46:37 +0000 |
commit | 39214bece7b4e44383bcb708bbd939e7503e2a3c (patch) | |
tree | 2f8934c91fdaa5ef58ee876a974f18354ac4e939 /devel/maven/pkg-message | |
parent | - Fix LyX build with gcc3.4; (diff) |
- Update to 1.0 final [1]
- Use MASTER_SITE_APACHE
- Use DATADIR
- Install files using INSTALL_* [2]
PR: ports/68769
Submitted by: Rui Lopes (maintainer) [1]
Reviewed by: vs [2]
Approved by: maintainer, glewis (mentor)
Diffstat (limited to 'devel/maven/pkg-message')
-rw-r--r-- | devel/maven/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/maven/pkg-message b/devel/maven/pkg-message index 0e1896cd98a7..e14ae92463c8 100644 --- a/devel/maven/pkg-message +++ b/devel/maven/pkg-message @@ -3,10 +3,10 @@ To work with Maven you need to set the following environment variables: * JAVA_HOME Set it to the base directory of your java installation. * MAVEN_HOME - Set it to ``%%PREFIX%%/%%DIR%%''. + Set it to ``%%DATADIR%%''. Then, you should initialize your repository with: - %%PREFIX%%/%%DIR%%/bin/install_repo.sh ~/.maven/repository + %%DATADIR%%/bin/install_repo.sh ~/.maven/repository If you are behind a proxy, create a ~/.mavenrc file with something like: MAVEN_OPTS="$MAVEN_OPTS -Dmaven.proxy.host=YOUR_PROXY_HOSTNAME |