aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-02 09:52:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-02 09:52:28 +0000
commit48e946fe17a024e3d4f4aec52bbf70f246b1bc61 (patch)
tree5d19a56e8cb72e3140f08837e2b283a00a8ba5b0 /databases
parent4355f644a816c63fb3f8bf9fb886072efc9a072f (diff)
downloadports-48e946fe17a024e3d4f4aec52bbf70f246b1bc61.tar.gz
ports-48e946fe17a024e3d4f4aec52bbf70f246b1bc61.zip
Notes
Diffstat (limited to 'databases')
-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)
;;