diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:36:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:36:43 +0000 |
commit | 950fd3cbc2b1f6df975387bf3a364dc1d20e7d58 (patch) | |
tree | 4147b61d5aaf43eadd75d4949ce6a77761ed9b5b /audio/soundgrab/Makefile | |
parent | 72185e5fb2229800490e58850811d57db1039664 (diff) | |
download | ports-950fd3cbc2b1f6df975387bf3a364dc1d20e7d58.tar.gz ports-950fd3cbc2b1f6df975387bf3a364dc1d20e7d58.zip |
Notes
Diffstat (limited to 'audio/soundgrab/Makefile')
-rw-r--r-- | audio/soundgrab/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/soundgrab/Makefile b/audio/soundgrab/Makefile index 05615789aef8..3c29e6b81697 100644 --- a/audio/soundgrab/Makefile +++ b/audio/soundgrab/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: soundgrab -# Date created: May 9, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= soundgrab PORTVERSION= 1.0.1 @@ -25,7 +20,7 @@ RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ LICENSE= GPLv2 -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= soundgrab.1 |