diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 22:59:12 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 22:59:12 +0000 |
commit | a17be5e2be768ef13f6846ecf825e47ddbc8a20e (patch) | |
tree | 34d3039f5c281c7d4a1f5a7d2b724c2bb19a86d4 /net | |
parent | move PATCH* to Patch section of Makefile (portlint) (diff) |
PREFIX -> LOCALBASE
Notes
Notes:
svn path=/head/; revision=26868
Diffstat (limited to 'net')
-rw-r--r-- | net/ntimelord/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntimelord/Makefile b/net/ntimelord/Makefile index 7cdd2597dcb4..ee61b73096a8 100644 --- a/net/ntimelord/Makefile +++ b/net/ntimelord/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= naiki@bfd.es.hokudai.ac.jp -RUN_DEPENDS= ${PREFIX}/libexec/atalkd:${PORTSDIR}/net/netatalk +RUN_DEPENDS= ${LOCALBASE}/libexec/atalkd:${PORTSDIR}/net/netatalk post-install: @$(ECHO_MSG) "============================================================" |