ports/devel/cvsdelta/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

21 lines
538 B
Makefile

PORTNAME= cvsdelta
PORTVERSION= 1.7.0
CATEGORIES= devel
MASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/cvsdelta/ \
SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Cvsdelta summarizes differences between local and in-cvs files
WWW= https://cvsdelta.sourceforge.net/
USES= ruby
NO_BUILD= yes
PLIST_FILES= bin/cvsdelta \
man/man1/cvsdelta.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/cvsdelta.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>