freebsd-ports/devel/cvs2cl/Makefile
Akinori MUSHA ec0fbb53e4 Update to rev. 2.13.
From its ChangeLog:

2000-08-17 00:27  kfogel

	* Makefile: Tell the truth.

2000-08-17 00:26  kfogel

	* cvs2cl.pl: (pretty_file_list): init $common_dir to undef; adjust
	later conditionals to distinguish undef value from "", the latter
	meaning that no common directory prefix is possible.

	This fixes the bug with filenames and directory prefixes reported
	by Shlomo Reinstein <shlomo.reinstein@intel.com>.

2000-08-17 00:22  kfogel

	* tests/: Makefile, log-3.txt, out-3a.txt, out-3b.txt: Added tests
	from Shlomo Reinstein's log.
2000-08-17 15:30:54 +00:00

24 lines
425 B
Makefile

# New ports collection makefile for: cvs2cl
# Date created: 6 June 2000
# Whom: knu@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cvs2cl
PORTVERSION= 2.13
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@FreeBSD.org
USE_PERL5= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>