diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 08:04:04 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 08:04:04 +0000 |
commit | 3a4a8bf8a5cfb52d61421d720a213fc2b2b402c9 (patch) | |
tree | 4b73409985b156444768ef6039a67ff33e713666 /misc/shuffle-db | |
parent | 544eda52f54c4aab2042ecc7b5b4fbde7917cbea (diff) | |
download | ports-3a4a8bf8a5cfb52d61421d720a213fc2b2b402c9.tar.gz ports-3a4a8bf8a5cfb52d61421d720a213fc2b2b402c9.zip |
Notes
Diffstat (limited to 'misc/shuffle-db')
-rw-r--r-- | misc/shuffle-db/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/shuffle-db/Makefile b/misc/shuffle-db/Makefile index f24ed8b061ba..8b30d5bbf106 100644 --- a/misc/shuffle-db/Makefile +++ b/misc/shuffle-db/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: shuffle-db -# Date created: 16 Jan 2007 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= shuffle-db DISTVERSION= 1.0-rc1 @@ -16,6 +12,7 @@ COMMENT= An iPod shuffle database builder USE_PYTHON= yes NO_BUILD= yes +MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/rebuild_db PLIST_FILES= bin/rebuild_db.py |