diff options
author | Matt Jacob <mjacob@FreeBSD.org> | 2003-07-11 21:03:39 +0000 |
---|---|---|
committer | Matt Jacob <mjacob@FreeBSD.org> | 2003-07-11 21:03:39 +0000 |
commit | 9b155a5aa7ec856ccaf9b44d602ffce08a139856 (patch) | |
tree | 92b1fcbbd28097fda853cea4dff7799bd55839ca /sysutils/nwclient/Makefile | |
parent | 6b6e1f94e75e16a052143159dd29b92c533677c5 (diff) |
Notes
Diffstat (limited to 'sysutils/nwclient/Makefile')
-rw-r--r-- | sysutils/nwclient/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/nwclient/Makefile b/sysutils/nwclient/Makefile index e986ce3bf41a..74daa5302ce6 100644 --- a/sysutils/nwclient/Makefile +++ b/sysutils/nwclient/Makefile @@ -18,6 +18,8 @@ COMMENT= Network backup client to NetWorker servers NO_BUILD= yes +ONLY_FOR_ARCHS= i386 alpha + post-patch: @sed -e "s,^ROOTDIR.*$$,ROOTDIR=${PREFIX}," ${WRKSRC}/networker.sh >\ ${WRKDIR}/NWCTMP && chmod +w ${WRKSRC}/networker.sh && \ |