diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:14:20 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 20:14:20 +0000 |
commit | 93e97c645de2fb14de00368b15f5d72e1ffafcb6 (patch) | |
tree | f312eaa7cb41f10fa6cf8e49a9f7ed9de89100b6 /net/macipgw/Makefile | |
parent | 75bf91c72722df4c8ef5e432a68dcc38a49c19ce (diff) | |
download | ports-93e97c645de2fb14de00368b15f5d72e1ffafcb6.tar.gz ports-93e97c645de2fb14de00368b15f5d72e1ffafcb6.zip |
PREFIX -> LOCALBASE
Notes
Notes:
svn path=/head/; revision=27807
Diffstat (limited to 'net/macipgw/Makefile')
-rw-r--r-- | net/macipgw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/macipgw/Makefile b/net/macipgw/Makefile index 160fed3deea7..0d0b08d9a636 100644 --- a/net/macipgw/Makefile +++ b/net/macipgw/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= ftp://ftp.hanse.de/sites/transit/netatalk/ \ MAINTAINER= stb@freebsd.org -BUILD_DEPENDS= ${PREFIX}/lib/libatalk.a:${PORTSDIR}/net/netatalk \ - ${PREFIX}/include/atalk/ddp.h:${PORTSDIR}/net/netatalk -RUN_DEPENDS= ${PREFIX}/libexec/atalkd:${PORTSDIR}/net/netatalk +BUILD_DEPENDS= ${LOCALBASE}/lib/libatalk.a:${PORTSDIR}/net/netatalk \ + ${LOCALBASE}/include/atalk/ddp.h:${PORTSDIR}/net/netatalk +RUN_DEPENDS= ${LOCALBASE}/libexec/atalkd:${PORTSDIR}/net/netatalk .include <bsd.port.mk> |