aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsps
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-09 22:14:53 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-09 22:14:53 +0000
commit139caf83d20c9d9f03afb14443f9ae72ffd074d0 (patch)
tree96d2003228a8df0a3a3e11f6b299693617f9f5b6 /devel/cvsps
parentfce8a69c7dd1ff63c7778883b813c8e98b448a80 (diff)
downloadports-139caf83d20c9d9f03afb14443f9ae72ffd074d0.tar.gz
ports-139caf83d20c9d9f03afb14443f9ae72ffd074d0.zip
- Convert to OptionsNG
- Trim Header - Fix CONFLICTS line - Pet portlint
Notes
Notes: svn path=/head/; revision=313763
Diffstat (limited to 'devel/cvsps')
-rw-r--r--devel/cvsps/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile
index 74bb84f52d41..72b904665452 100644
--- a/devel/cvsps/Makefile
+++ b/devel/cvsps/Makefile
@@ -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