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/gsm | |
parent | - update to 2.9.3 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Diffstat (limited to 'audio/gsm')
-rw-r--r-- | audio/gsm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 9213cbd39a5b..6e3167a14d0e 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gsm -# Date created: 5 January 1995 -# Whom: pst -# +# Created by: pst # $FreeBSD$ -# PORTNAME= gsm PORTVERSION= 1.0.13 @@ -19,6 +15,7 @@ COMMENT= Audio converter and library for converting u-law to gsm encoding WRKSRC= ${WRKDIR}/gsm-1.0-pl13 USE_LDCONFIG= yes +NO_STAGE= yes MAN1= toast.1 MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3 |