diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 16:04:04 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 16:04:04 +0800 |
commit | 5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468 (patch) | |
tree | 4b73409985b156444768ef6039a67ff33e713666 /misc | |
parent | dfc2fd885de02f581020f626d1dab809e107622d (diff) | |
download | freebsd-ports-gnome-5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468.tar.gz freebsd-ports-gnome-5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468.tar.zst freebsd-ports-gnome-5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468.zip |
- Mark MAKE_JOBS_SAFE
- Trim header
Diffstat (limited to 'misc')
-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 |