1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/cvsutils/Makefile
Marcus von Appen fc53866577 - Enable staging support
- Fix the shebang on the scripts being installed
2013-11-17 12:40:16 +00:00

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>