diff options
Diffstat (limited to 'net/nfsshell/Makefile')
-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 34e159ca22fe..454a119a27e6 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 |