svn commit: r304805 - head/ports-mgmt/pkg
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 24 22:18:58 UTC 2012
Author: bapt
Date: Mon Sep 24 22:18:57 2012
New Revision: 304805
URL: http://svn.freebsd.org/changeset/ports/304805
Log:
Mark as job safe
Submitted by: Adam McDougall <mcdouga9 at egr.msu.edu>
Modified:
head/ports-mgmt/pkg/Makefile
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Mon Sep 24 22:03:10 2012 (r304804)
+++ head/ports-mgmt/pkg/Makefile Mon Sep 24 22:18:57 2012 (r304805)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: pkg
-# Date created: 2012-01-18
-# Whom: Baptiste Daroussin <bapt at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= pkg
DISTVERSION= 1.0
@@ -18,6 +13,7 @@ LICENSE= BSD
USE_XZ= yes
+MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
MANCOMPRESSED= yes
More information about the svn-ports-all
mailing list