diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:05:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:05:58 +0800 |
commit | 3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/ah-tty | |
parent | 107b911b8ff53cc7d238c4018d49d218db093fd4 (diff) | |
download | freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.gz freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.tar.zst freebsd-ports-gnome-3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/ah-tty')
-rw-r--r-- | sysutils/ah-tty/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/ah-tty/Makefile b/sysutils/ah-tty/Makefile index 045d75c72b7b..ab00c0aa0d5d 100644 --- a/sysutils/ah-tty/Makefile +++ b/sysutils/ah-tty/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: ah-tty -# Date created: Tue Jun 25, 2002 -# Whom: Michael L. Hostbaek <mich@freebsdcluster.org> -# +# Created by: Michael L. Hostbaek <mich@freebsdcluster.org> # $FreeBSD$ -# PORTNAME= ah-tty PORTVERSION= 0.3.12 @@ -20,6 +16,7 @@ PLIST_FILES= bin/ah-tty bin/ah-tty.static share/ah-tty.conf MAN1= ah-tty.1 INFO= ah-tty +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/dillib/vty/vtlabel.c |