diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:31:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:31:15 +0000 |
commit | b9522341aadc99dfced4f5412ee8482f02540abb (patch) | |
tree | 58e74319c43fbb630aa6637e49b8b34b66a43c1d /news/atp | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: news)
Notes
Notes:
svn path=/head/; revision=327759
Diffstat (limited to 'news/atp')
-rw-r--r-- | news/atp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/news/atp/Makefile b/news/atp/Makefile index aac300e55207..4099193d924b 100644 --- a/news/atp/Makefile +++ b/news/atp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: atp -# Date created: 9 Nov 1997 -# Whom: Donald Burr <dburr@FreeBSD.org> -# +# Created by: Donald Burr <dburr@FreeBSD.org> # $FreeBSD$ -# PORTNAME= atp PORTVERSION= 1.50 @@ -27,6 +23,7 @@ MAN1= atp.1 \ rot13.1 MAN3= editline.3 +NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} |