summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:16:03 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:16:03 +0000
commitbd78be73dd37098fe12c84249b26260a97aa8690 (patch)
tree9e5f9914857b88d20096ab74828a4f78a8fc2483 /audio
parent- This is not BROKEN, it just needs manual fetching. Remove (diff)
- Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr
Notes
Notes: svn path=/head/; revision=325598
Diffstat (limited to 'audio')
-rw-r--r--audio/baudline/Makefile1
-rw-r--r--audio/ventrilo-server/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile
index ef6532788f88..ca37ba3236ec 100644
--- a/audio/baudline/Makefile
+++ b/audio/baudline/Makefile
@@ -1,6 +1,5 @@
# Created by: David Yeske <dyeske@gmail.com>
# $FreeBSD$
-#
PORTNAME= baudline
PORTVERSION= 1.08
diff --git a/audio/ventrilo-server/Makefile b/audio/ventrilo-server/Makefile
index befa35d16f45..9ce3e3d661b3 100644
--- a/audio/ventrilo-server/Makefile
+++ b/audio/ventrilo-server/Makefile
@@ -28,7 +28,7 @@ GROUPS= ${USERS}
WRKSRC= ${WRKDIR}/ventsrv
SUB_FILES= pkg-message
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= distfile can only be fetched if you accept the license. Go to http://www.ventrilo.com/dlprod.php?id=105 and put ${DISTFILES} into ${DISTDIR}
.endif