svn commit: r356050 - head/sysutils/ah-tty

Martin Wilke miwi at FreeBSD.org
Sun Jun 1 07:28:21 UTC 2014


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


More information about the svn-ports-head mailing list