summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-04-24 08:16:49 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-04-24 08:16:49 +0000
commit43adda45b64287bdaa2493863d80566a8ee46cd3 (patch)
treef6714a16fbeb328c59fdb22812277498f13b8f20 /audio
parent- Clean up the port (diff)
Add a check for PACKAGE_BUILDING to allow pointyhat to build this
port after the distfile has been manually fetched. Requested by: kris Approved by: clement (mentor)
Notes
Notes: svn path=/head/; revision=134040
Diffstat (limited to 'audio')
-rw-r--r--audio/baudline/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile
index 2624cb30cdee..23d8e4739d7d 100644
--- a/audio/baudline/Makefile
+++ b/audio/baudline/Makefile
@@ -34,7 +34,7 @@ PLIST_FILES= bin/baudline
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= may not be automatically fetched due to licensing\
restrictions. You must manually fetch ${DISTFILES} from\
http://www.baudline.com/download.html. Once ${DISTFILES}\