diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
commit | 5271da855f0c5946ff1f3aa58fbe806871df2f87 (patch) | |
tree | 526d65e6697f1e03c06ab0d0f901688aa2c4e18d /games/fretsonfire/Makefile | |
parent | 8730c99d5ea1ba861dbab3e0dbc07e16826b1a7a (diff) |
Notes
Diffstat (limited to 'games/fretsonfire/Makefile')
-rw-r--r-- | games/fretsonfire/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile index 4082ee8d88fe..e3cd848f7664 100644 --- a/games/fretsonfire/Makefile +++ b/games/fretsonfire/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fretsonfire -# Date created: 2006-09-01 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fretsonfire PORTVERSION= 1.3.110 @@ -27,7 +23,7 @@ USE_DOS2UNIX= *.txt NO_BUILD= yes DATADIR= share/${PORTNAME} -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude 'data' +EXTRACT_AFTER_ARGS= --exclude 'data' SUB_FILES= pkg-message FretsOnFire SUB_LIST= PROGRAM_DIR="${FOF_DIR}/${PORTNAME:S/f/F/g:S/o/O/}" WRKSRC= "${WRKDIR}/Frets on Fire-${PORTVERSION}" |