mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
43746b2a70
Do not install useless documents when cvs2cl --help gives enough information.
27 lines
497 B
Makefile
27 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>
|