diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/xtail | |
parent | 219753915ea7222f10133bbf4d97955292f0dd96 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: misc)
Notes
Notes:
svn path=/head/; revision=327745
Diffstat (limited to 'misc/xtail')
-rw-r--r-- | misc/xtail/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/xtail/Makefile b/misc/xtail/Makefile index fbb8ec449ef5..0333bc793a79 100644 --- a/misc/xtail/Makefile +++ b/misc/xtail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtail -# Date created: 20 January 1999 -# Whom: gmarco@giovannelli.it -# +# Created by: gmarco@giovannelli.it # $FreeBSD$ -# PORTNAME= xtail PORTVERSION= 2.1 @@ -19,6 +15,7 @@ HAS_CONFIGURE= yes MAN1= xtail.1 PLIST_FILES= bin/xtail +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xtail ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/xtail.1 ${PREFIX}/man/man1 |