Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2014 07:28:20 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356050 - head/sysutils/ah-tty
Message-ID:  <201406010728.s517SKb8099888@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jun  1 07:28:20 2014
New Revision: 356050
URL: http://svnweb.freebsd.org/changeset/ports/356050
QAT: https://qat.redports.org/buildarchive/r356050/

Log:
  - Stage support

Modified:
  head/sysutils/ah-tty/Makefile

Modified: head/sysutils/ah-tty/Makefile
==============================================================================
--- head/sysutils/ah-tty/Makefile	Sun Jun  1 07:26:33 2014	(r356049)
+++ head/sysutils/ah-tty/Makefile	Sun Jun  1 07:28:20 2014	(r356050)
@@ -11,12 +11,11 @@ COMMENT=	Ah-tty is an automatic helper f
 
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	bin/ah-tty bin/ah-tty.static share/ah-tty.conf
+PLIST_FILES=	bin/ah-tty bin/ah-tty.static \
+		share/ah-tty.conf man/man1/ah-tty.1.gz
 
-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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406010728.s517SKb8099888>