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/p5-Net-DAAP-Client | |
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/p5-Net-DAAP-Client')
-rw-r--r-- | audio/p5-Net-DAAP-Client/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/p5-Net-DAAP-Client/Makefile b/audio/p5-Net-DAAP-Client/Makefile index fe2b68c8afa6..0b9442d672bc 100644 --- a/audio/p5-Net-DAAP-Client/Makefile +++ b/audio/p5-Net-DAAP-Client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DAAP-Client (formerly p5-dapple) -# Date created: 27 June 2004 -# Whom: Lars Thegler <lth@FreeBSD.org> -# +# Created by: Lars Thegler <lth@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-DAAP-Client PORTVERSION= 0.42 @@ -21,6 +17,7 @@ RUN_DEPENDS= p5-Digest-MD5-M4p>=0:${PORTSDIR}/security/p5-Digest-MD5-M4p \ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 +NO_STAGE= yes USE_PERL5= modbuild MAN3= Net::DAAP::Client.3 |