diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-03 05:02:26 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-03 05:02:26 +0800 |
commit | 631e9464944301f75b54e7007736f4212a3a55d3 (patch) | |
tree | 94b976d6c1815f397bc217cab7b730843eb7e20c /misc/amanda32-server | |
parent | 0af22b9c9f340572f65ce687017bc4d2560d80b8 (diff) | |
download | freebsd-ports-gnome-631e9464944301f75b54e7007736f4212a3a55d3.tar.gz freebsd-ports-gnome-631e9464944301f75b54e7007736f4212a3a55d3.tar.zst freebsd-ports-gnome-631e9464944301f75b54e7007736f4212a3a55d3.zip |
${LOCALBASE}/sbin seems more correct that ${PREFIX}/sbin.
Submitted by: bento
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r-- | misc/amanda32-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index ebe057e8c9c6..46eded0fde59 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -43,8 +43,8 @@ pre-fetch: @${ECHO} " The default is user" @${ECHO} "" -RUN_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client -BUILD_DEPENDS= ${PREFIX}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client +RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client +BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ |