diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/freebsd-tftp | |
parent | Pick up. (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net)
Notes
Notes:
svn path=/head/; revision=327755
Diffstat (limited to 'net/freebsd-tftp')
-rw-r--r-- | net/freebsd-tftp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/freebsd-tftp/Makefile b/net/freebsd-tftp/Makefile index d843869311f4..64f267eabc13 100644 --- a/net/freebsd-tftp/Makefile +++ b/net/freebsd-tftp/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: net/freebsd-tftp -# Whom: Edwin Groothuis <edwin@FreeBSD.org> -# Date created: 2008-01-30 -# +# Created by: Edwin Groothuis <edwin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= freebsd-tftp PORTVERSION= 1.0 @@ -22,6 +18,7 @@ PREFIX= /usr MAN8= tftpd.8 MAN1= tftp.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/usr.bin/tftp/tftp ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/libexec/tftpd/tftpd ${PREFIX}/libexec |