diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:35 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:35 +0800 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/dagrab | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) | |
download | freebsd-ports-gnome-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.tar.gz freebsd-ports-gnome-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.tar.zst freebsd-ports-gnome-183c2ed74f9ba597bfdcd691c599804d7f5a3e4c.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Diffstat (limited to 'audio/dagrab')
-rw-r--r-- | audio/dagrab/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/dagrab/Makefile b/audio/dagrab/Makefile index fcded9520315..7fdac77c202c 100644 --- a/audio/dagrab/Makefile +++ b/audio/dagrab/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dagrab -# Date created: 2nd, Jan 1999 -# Whom: Chia-liang Kao <clkao@CirX.ORG> -# +# Created by: Chia-liang Kao <clkao@CirX.ORG> # $FreeBSD$ -# PORTNAME= dagrab PORTVERSION= 0.3.5 @@ -15,6 +11,7 @@ MASTER_SITE_SUBDIR= apps/sound/cdrom MAINTAINER= clkao@CirX.ORG COMMENT= Read audio tracks from a CD into wav sound files +NO_STAGE= yes MAN1= dagrab.1 PLIST_FILES= bin/dagrab |