freebsd-ports/devel/cvs2cl/Makefile
Akinori MUSHA 43746b2a70 Update to 2.46.
Do not install useless documents when cvs2cl --help gives enough
information.
2003-02-21 22:40:14 +00:00

26 lines
497 B
Makefile

# New ports collection makefile for: cvs2cl
# Date created: 6 June 2000
# Whom: knu@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cvs2cl
PORTVERSION= 2.46
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@FreeBSD.org
COMMENT= CVS-log-message-to-ChangeLog conversion script
USE_BZIP2= yes
USE_PERL5= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>