diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-08-04 11:41:30 +0000 |
commit | 42542fb07642b8336e808272918f3ae46aa67e0b (patch) | |
tree | 98ff235c33c6493aa26457284f122652c38935f7 /sysutils/sge62 | |
parent | 4c9cd257fd4e6eca46807a43e128d298429ee3cd (diff) | |
download | ports-42542fb07642b8336e808272918f3ae46aa67e0b.tar.gz ports-42542fb07642b8336e808272918f3ae46aa67e0b.zip |
Notes
Diffstat (limited to 'sysutils/sge62')
-rw-r--r-- | sysutils/sge62/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index 84dd64829791..142424781237 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -43,7 +43,7 @@ USE_OPENSSL= yes USE_LDCONFIG= ${SGE_ROOT}/lib/${SGE_ARCH} SGE_BASE?= sge -SGE_ROOT= ${TARGETDIR}/${SGE_BASE} +SGE_ROOT= ${PREFIX}/${SGE_BASE} SGE_ARCH= fbsd-${ARCH} SGE_BUILD_ARCH= FREEBSD_${ARCH:U} SGE_VERSION= 6.0.10 |