diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-09-24 22:18:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-09-24 22:18:57 +0000 |
commit | 219c41c8e97b5d327daea64a6de3c11cfd23ca8a (patch) | |
tree | 02c1037f6f99728fc7c8fb6b71294d0c28557fc4 /ports-mgmt/pkg | |
parent | 1c8d4acc4906e78d4ffadf6070d71b8723194334 (diff) | |
download | ports-219c41c8e97b5d327daea64a6de3c11cfd23ca8a.tar.gz ports-219c41c8e97b5d327daea64a6de3c11cfd23ca8a.zip |
Notes
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 673b055a677a..2c9d84fa5c73 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: pkg -# Date created: 2012-01-18 -# Whom: Baptiste Daroussin <bapt@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 |