mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
fc53866577
- Fix the shebang on the scripts being installed
28 lines
556 B
Makefile
28 lines
556 B
Makefile
# Created by: knu@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cvsutils
|
|
PORTVERSION= 0.2.6
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.red-bean.com/cvsutils/releases/
|
|
|
|
MAINTAINER= mva@FreeBSD.org
|
|
COMMENT= CVS utilities which facilitate working with local working directories
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= perl5 shebangfix
|
|
GNU_CONFIGURE= yes
|
|
SHEBANG_FILES= cvs*.pl
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for f in AUTHORS ChangeLog NEWS README
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|