aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/grass/Makefile2
-rw-r--r--databases/grass/files/grass.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile
index b3acea436972..d094ad9abf5a 100644
--- a/databases/grass/Makefile
+++ b/databases/grass/Makefile
@@ -7,7 +7,7 @@
PORTNAME= grass
PORTVERSION= 6.0.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= databases
MASTER_SITES= ftp://grass.itc.it/pub/grass/grass60/source/\
diff --git a/databases/grass/files/grass.sh.in b/databases/grass/files/grass.sh.in
index 2023b63a47f8..530b7f5128aa 100644
--- a/databases/grass/files/grass.sh.in
+++ b/databases/grass/files/grass.sh.in
@@ -2,7 +2,7 @@
case "$1" in
start)
- /sbin/ldconfig -m %%PREFIX%%/%%PORTNAME%%/lib
+ /sbin/ldconfig -m %%PREFIX%%/%%GRASS_INST_DIR%%/lib
;;
stop)
;;