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 /games/ctris | |
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 'games/ctris')
-rw-r--r-- | games/ctris/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/ctris/Makefile b/games/ctris/Makefile index 7ad81a9f6bd9..dae9429dfa02 100644 --- a/games/ctris/Makefile +++ b/games/ctris/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ctetris -# Date created: 14 Aug 2004 -# Whom: Travis Poppe <tlp@liquidx.org> -# +# Created by: Travis Poppe <tlp@liquidx.org> # $FreeBSD$ -# PORTNAME= ctris PORTVERSION= 0.42 @@ -18,6 +14,7 @@ LICENSE= GPLv2 USE_BZIP2= yes MANCOMPRESSED= yes +MAKE_JOBS_SAFE= yes MAN6= ctris.6 PLIST_FILES= bin/ctris |