diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/maplay | |
parent | - update to 2.9.3 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Notes
Notes:
svn path=/head/; revision=327706
Diffstat (limited to 'audio/maplay')
-rw-r--r-- | audio/maplay/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index d8272fb67cdb..03fc9069cd87 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: maplay -# Date created: Feb 13 1995 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= maplay PORTVERSION= 1.2 @@ -18,6 +14,7 @@ COMMENT= MPEG audio player/decoder decoding layer I and II MPEG audio streams LICENSE= GPLv2 NO_WRKSUBDIR= yes +NO_STAGE= yes PLIST_FILES= bin/maplay PORTDOCS= README |