Project

General

Profile

Bug #3053 » 0002-Add-test-to-dports-download-check-target.patch

daftaupe, 11/29/2017 01:43 AM

View differences:

etc/Makefile.usr
dports-download-check:
@/bin/test ! -d ${.CURDIR}/dports || \
(echo "Error: ${.CURDIR}/dports already exists"; /usr/bin/false)
@/bin/test ! -d ${.CURDIR}/DragonFlyBSD-DPorts-* || \
(echo "Error: ${.CURDIR}/DragonFlyBSD-DPorts-* already exists"; /usr/bin/false)
dports-check-hasdir: git-check
@/bin/test -d ${.CURDIR}/dports || \
(3-3/3)