diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | ea8ff22cff3d553574b25de8cfd89024ab2cb22e (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/nfsshell | |
parent | f4e54587cbf7898bdbed25ffd7a865f48f22cc34 (diff) | |
download | FreeBSD-ports-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.zip FreeBSD-ports-ea8ff22cff3d553574b25de8cfd89024ab2cb22e.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Diffstat (limited to 'net/nfsshell')
-rw-r--r-- | net/nfsshell/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/nfsshell/Makefile b/net/nfsshell/Makefile index 34e159c..454a119 100644 --- a/net/nfsshell/Makefile +++ b/net/nfsshell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nfsshell -# Date created: 5 February 2005 -# Whom: johans@stack.nl -# +# Created by: johans@stack.nl # $FreeBSD$ -# PORTNAME= nfsshell PORTVERSION= 19980519 @@ -20,6 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DREADLINE" LIBS="-lreadline" PLIST_FILES= bin/nfsshell +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nfs ${PREFIX}/bin/nfsshell |