aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-Audio-M4P
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 20:57:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 20:57:48 +0000
commit855fb638fbbc3329682faf7c68b135b6e6c1a0ae (patch)
tree29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/p5-Audio-M4P
parentce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff)
downloadports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.tar.gz
ports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)
Notes
Notes: svn path=/head/; revision=327747
Diffstat (limited to 'multimedia/p5-Audio-M4P')
-rw-r--r--multimedia/p5-Audio-M4P/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/p5-Audio-M4P/Makefile b/multimedia/p5-Audio-M4P/Makefile
index d341be80d975..c42af8a81570 100644
--- a/multimedia/p5-Audio-M4P/Makefile
+++ b/multimedia/p5-Audio-M4P/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Audio-M4P
-# Date created: 2009-01-19
-# Whom: Christopher Key <cjk32@cam.ac.uk>
-#
+# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
-#
PORTNAME= Audio-M4P
PORTVERSION= 0.51
@@ -31,4 +27,5 @@ MAN3= Audio::M4P.3 \
regression-test: build
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} test
+NO_STAGE= yes
.include <bsd.port.mk>