diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-05 07:39:38 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-05 07:39:38 +0800 |
commit | 480850e20686af8bd3e3d705135d713c36f7036d (patch) | |
tree | 99b1f1ee50147fd9ddd0829cc19fdd0a504d9604 | |
parent | 521392813f17ab2a9c178bd5939d9384ac723b9f (diff) | |
download | freebsd-ports-graphics-480850e20686af8bd3e3d705135d713c36f7036d.tar.gz freebsd-ports-graphics-480850e20686af8bd3e3d705135d713c36f7036d.tar.zst freebsd-ports-graphics-480850e20686af8bd3e3d705135d713c36f7036d.zip |
PREFIX -> LOCALBASE (portlint)
-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 1fd8daa7c77..db79045e1a7 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 |