1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Convert to OptionsNG

- Trim Header
- Fix CONFLICTS line
- Pet portlint
This commit is contained in:
Eitan Adler 2013-03-09 22:14:53 +00:00
parent fce8a69c7d
commit 139caf83d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313763

View File

@ -1,10 +1,5 @@
# ex:ts=8
# Ports collection makefile for: cvsps
# Date Created: Feb 9, 2002
# Whom: ijliao
#
# Created by: ijliao
# $FreeBSD$
#
PORTNAME= cvsps
PORTVERSION= 2.1
@ -15,12 +10,14 @@ MASTER_SITES= http://www.cobite.com/cvsps/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create patchset information from CVS
CONFLICTS= cvsps-devel-*
CONFLICTS= cvsps-devel-[0-9]*
MAN1= cvsps.1
PLIST_FILES= bin/cvsps
.if !defined(NOPORTDOCS)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= README
.endif
@ -28,7 +25,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif