From 08c53edcc277080f9719d143fbe440851b91fdb5 Mon Sep 17 00:00:00 2001 From: lawrance Date: Sun, 24 Apr 2005 08:16:49 +0000 Subject: 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) --- audio/baudline/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile index 2624cb30cde..23d8e4739d7 100644 --- a/audio/baudline/Makefile +++ b/audio/baudline/Makefile @@ -34,7 +34,7 @@ PLIST_FILES= bin/baudline .include -.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}\ -- cgit