freebsd-ports/textproc/diffstat/Makefile
Steve Price 99f87129ce There's no need to strip diffstat in the post-install target since
${INSTALL_PROGRAM} does it already.
2001-07-25 17:53:08 +00:00

23 lines
423 B
Makefile

# New ports collection makefile for: diffstat
# Date created: Oct 23, 1999
# Whom: Trevor Johnson <trevor@jpj.net>
#
# $FreeBSD$
#
PORTNAME= diffstat
PORTVERSION= 1.28
CATEGORIES= textproc devel
MASTER_SITES= ftp://dickey.his.com/diffstat/
EXTRACT_SUFX= .tgz
MAINTAINER= trevor@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
GNU_CONFIGURE= yes
MAN1= diffstat.1
.include <bsd.port.mk>