freebsd-ports/misc/display/Makefile
Peter Pentchev 8ef3a7361e Add back the clrtobot() call (or rather, do not remove it),
so display(1) works correctly when a command produces less output
than the previous one.

PR:		28405
Submitted by:	Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>
2001-08-21 14:53:00 +00:00

25 lines
513 B
Makefile

# New ports collection makefile for: display
# Date created: 25 August 1997
# Whom: Stephen J. Roznowski <sjr@home.net>
#
# $FreeBSD$
#
PORTNAME= display
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.ipsmart.com/src/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= display.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/display ${PREFIX}/bin/display
@${INSTALL_MAN} ${WRKSRC}/display.man ${PREFIX}/man/man1/display.1
.include <bsd.port.mk>