summaryrefslogtreecommitdiff
path: root/databases/grass
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/grass
parent[MAINTAINER] net-mgmt/netwox: update to 5.33.0 (diff)
[maintainer update]/databases/grass fix start-up script
Fix the start-up script in order to run ld-config in the right directory. PR: ports/91173 Submitted by: Laurent Courty <lrntct@gmail.com>
Notes
Notes: svn path=/head/; revision=152568
Diffstat (limited to 'databases/grass')
-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)
;;