diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 22:47:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 22:47:00 +0000 |
commit | c35af0d51c1495aeb658efa04d99d6306337e911 (patch) | |
tree | c502070e35e9ee9a35ebfe0f8dd7fa875252f94b /net/nam | |
parent | d5c2c82a6d6af4530294fee3e402bb65790c2146 (diff) |
PREFIX -> LOCALBASE (portlint)
Notes
Notes:
svn path=/head/; revision=26864
Diffstat (limited to 'net/nam')
-rw-r--r-- | net/nam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile index 7efcedd0901a..ac44646a1e3a 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ MAINTAINER= obonilla@fisicc-ufm.edu -BUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl +BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl MAN1= nam.1 MANCOMPRESSED= no |