diff options
Diffstat (limited to 'games/pysol-music/Makefile')
-rw-r--r-- | games/pysol-music/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/pysol-music/Makefile b/games/pysol-music/Makefile index b70f88c6ac95..46f106d18b63 100644 --- a/games/pysol-music/Makefile +++ b/games/pysol-music/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: PySol-Music -# Date created: 18 Sep 2000 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pysol-music PORTVERSION= 4.40 @@ -20,6 +16,7 @@ RUN_DEPENDS= pysol:${PORTSDIR}/games/pysol USE_BZIP2= yes NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/pysol (cd ${WRKSRC}/data; tar cf - *) | \ |