diff options
author | mharo <mharo@FreeBSD.org> | 1999-10-31 01:58:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-10-31 01:58:42 +0800 |
commit | 5b6c8152dfab168805e9018d5b027222d7795f25 (patch) | |
tree | b5766a15a271e6fea2aa871d7ec93bc9914b3e33 /security/firewalk/Makefile | |
parent | 2331451a57d3ec995556e73217895010060497a8 (diff) | |
download | freebsd-ports-graphics-5b6c8152dfab168805e9018d5b027222d7795f25.tar.gz freebsd-ports-graphics-5b6c8152dfab168805e9018d5b027222d7795f25.tar.zst freebsd-ports-graphics-5b6c8152dfab168805e9018d5b027222d7795f25.zip |
prefix -> localbase
PR: 14604
Submitted by: "Oleg V. Volkov" <rover@lglobus.ru>
Diffstat (limited to 'security/firewalk/Makefile')
-rw-r--r-- | security/firewalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/firewalk/Makefile b/security/firewalk/Makefile index ed44e7e3b44..034b37154ea 100644 --- a/security/firewalk/Makefile +++ b/security/firewalk/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.packetfactory.net/firewalk/ MAINTAINER= shipley@dis.org -BUILD_DEPENDS= ${PREFIX}/lib/libnet.a:${PORTSDIR}/net/libnet +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet MAN1= firewalk.1 |