diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-04-24 16:16:49 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-04-24 16:16:49 +0800 |
commit | 08c53edcc277080f9719d143fbe440851b91fdb5 (patch) | |
tree | b5e6b34ecf22248bd17f833b26d40cbec01a043a /audio | |
parent | f8f15d24cd537a263b4ecd449dadabbba07bb778 (diff) | |
download | freebsd-ports-graphics-08c53edcc277080f9719d143fbe440851b91fdb5.tar.gz freebsd-ports-graphics-08c53edcc277080f9719d143fbe440851b91fdb5.tar.zst freebsd-ports-graphics-08c53edcc277080f9719d143fbe440851b91fdb5.zip |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/baudline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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}\ |