diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/detach/Makefile | |
parent | fd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff) | |
download | ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.tar.gz ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Notes
Notes:
svn path=/head/; revision=327772
Diffstat (limited to 'sysutils/detach/Makefile')
-rw-r--r-- | sysutils/detach/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/detach/Makefile b/sysutils/detach/Makefile index 276c05024aff..b36be745c5c9 100644 --- a/sysutils/detach/Makefile +++ b/sysutils/detach/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: detach -# Date created: 2 November 1999 -# Whom: arnej@pvv.org -# +# Created by: arnej@pvv.org # $FreeBSD$ -# PORTNAME= detach PORTVERSION= 1.3 @@ -16,6 +12,7 @@ COMMENT= Start a process detached from a terminal MAN1= detach.1 PLIST_FILES= bin/detach +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} -m 0755 ${WRKSRC}/detach ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/detach.1 ${PREFIX}/man/man1/detach.1 |