diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-04 23:39:38 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-04 23:39:38 +0000 |
commit | d93effe28e8ba942611ceeddfb1a04e86340d95b (patch) | |
tree | 5d3ba93bfdf96051e9403812ba071d4fc3669695 /devel/clig/Makefile | |
parent | remove extra tab after PKGNAME (portlint) (diff) |
PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'devel/clig/Makefile')
-rw-r--r-- | devel/clig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/clig/Makefile b/devel/clig/Makefile index 1fd8daa7c778..db79045e1a7e 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://wsd.iitb.fhg.de/~kir/clighome/ MAINTAINER= billf@FreeBSD.org # This should work with any version of tcl. See also ${MAKE_ENV}. -BUILD_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 -RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 +BUILD_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 +RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 MAN1= clig.1 |