svn commit: r313763 - head/devel/cvsps
Eitan Adler
eadler at FreeBSD.org
Sat Mar 9 22:14:54 UTC 2013
Author: eadler
Date: Sat Mar 9 22:14:53 2013
New Revision: 313763
URL: http://svnweb.freebsd.org/changeset/ports/313763
Log:
- Convert to OptionsNG
- Trim Header
- Fix CONFLICTS line
- Pet portlint
Modified:
head/devel/cvsps/Makefile
Modified: head/devel/cvsps/Makefile
==============================================================================
--- head/devel/cvsps/Makefile Sat Mar 9 22:04:08 2013 (r313762)
+++ head/devel/cvsps/Makefile Sat Mar 9 22:14:53 2013 (r313763)
@@ -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/cvsp
MAINTAINER= ports at 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
More information about the svn-ports-all
mailing list