Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 16:54:49 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319275 - head/sysutils/prips
Message-ID:  <201305271654.r4RGsnMA075054@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Mon May 27 16:54:49 2013
New Revision: 319275
URL: http://svnweb.freebsd.org/changeset/ports/319275

Log:
  . NOPORTDOCS -> PORT_OPTIONS:MDOCS;
  . trim Makefile headers.

Modified:
  head/sysutils/prips/Makefile

Modified: head/sysutils/prips/Makefile
==============================================================================
--- head/sysutils/prips/Makefile	Mon May 27 16:48:01 2013	(r319274)
+++ head/sysutils/prips/Makefile	Mon May 27 16:54:49 2013	(r319275)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	prips
-# Date created:		29 October 1999
-# Whom:			Jeremy Shaffner <jeremy@external.org>
-#
+# Created by: Jeremy Shaffner <jeremy@external.org>
 # $FreeBSD$
-#
 
 PORTNAME=	prips
 PORTVERSION=	0.9.9
@@ -23,14 +19,16 @@ MANCOMPRESSED=	yes
 
 MAKE_ENV+=	CFLAGS_WARN="-Wall -W"
 
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.options.mk>
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/prips.1.gz ${PREFIX}/man/man1/
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271654.r4RGsnMA075054>