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/mp3info | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) | |
download | ports-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.tar.gz ports-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.zip |
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/mp3info')
-rw-r--r-- | audio/mp3info/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index 42b826b268c7..870a6ddd15e6 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp3info -# Date created: 19 June 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= mp3info PORTVERSION= 0.8.5 @@ -29,10 +25,10 @@ PLIST_FILES= bin/mp3info \ %%WITH_GTK%%bin/gmp3info MAN1= mp3info.1 +NO_STAGE= yes ALL_TARGET= doc mp3info -.include <bsd.port.pre.mk> .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} @@ -55,4 +51,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |