1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

[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>
This commit is contained in:
Edwin Groothuis 2006-01-02 09:52:28 +00:00
parent 4355f644a8
commit 48e946fe17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152568
2 changed files with 2 additions and 2 deletions

View File

@ -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/\

View File

@ -2,7 +2,7 @@
case "$1" in
start)
/sbin/ldconfig -m %%PREFIX%%/%%PORTNAME%%/lib
/sbin/ldconfig -m %%PREFIX%%/%%GRASS_INST_DIR%%/lib
;;
stop)
;;