Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 02:04:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318821 - head/graphics/scrot
Message-ID:  <201305230204.r4N2479I072451@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 23 02:04:07 2013
New Revision: 318821
URL: http://svnweb.freebsd.org/changeset/ports/318821

Log:
  - Trim Makefile header
  - OptionsNG
  - Mark MAKE_JOBS_SAFE

Modified:
  head/graphics/scrot/Makefile

Modified: head/graphics/scrot/Makefile
==============================================================================
--- head/graphics/scrot/Makefile	Thu May 23 02:03:09 2013	(r318820)
+++ head/graphics/scrot/Makefile	Thu May 23 02:04:07 2013	(r318821)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	scrot
-# Date created:				27 Oct 2000
-# Whom:					Jeremy Norris <ishmael27@home.com>
-#
+# Created by: Jeremy Norris <ishmael27@home.com>
 # $FreeBSD$
-#
 
 PORTNAME=	scrot
 PORTVERSION=	0.8
@@ -18,11 +14,14 @@ COMMENT=	A screen capture utility that u
 LIB_DEPENDS=	giblib.1:${PORTSDIR}/graphics/giblib
 
 GNU_CONFIGURE=	yes
+MAKE_JOBS_SAFE=	yes
 
-.if defined(NOPORTDOCS)
+MAN1=		scrot.1
+
+.include <bsd.port.options.mk>
+
+.if ! ${PORT_OPTIONS:MDOCS}
 MAKE_ENV=	NO_DOC=yes
 .endif
 
-MAN1=		scrot.1
-
 .include <bsd.port.mk>



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