svn commit: r318821 - head/graphics/scrot
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 23 02:04:08 UTC 2013
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 at home.com>
-#
+# Created by: Jeremy Norris <ishmael27 at 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>
More information about the svn-ports-head
mailing list