diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-27 09:53:36 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-27 09:53:36 +0000 |
commit | c810fd3c3f9bb23f07b63b0a05f036466ea372f8 (patch) | |
tree | c51d6ad6bd61beb985f639056b8f9f4db2a63a5e /security/bsdsfv | |
parent | Update to 0.15 (diff) |
Mark MAKE_JOBS_SAFE
Notes
Notes:
svn path=/head/; revision=231102
Diffstat (limited to 'security/bsdsfv')
-rw-r--r-- | security/bsdsfv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/bsdsfv/Makefile b/security/bsdsfv/Makefile index 2fe89dd9859c..8ce97d920312 100644 --- a/security/bsdsfv/Makefile +++ b/security/bsdsfv/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ehaupt@FreeBSD.org COMMENT= A flexible SFV checksum utility +MAKE_JOBS_SAFE= yes + WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/bsdsfv PORTDOCS= MANUAL |