Bug #3053 » 0002-Add-test-to-dports-download-check-target.patch
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 || \
|
- « Previous
- 1
- 2
- 3
- Next »