c9c7fe2631
- Use foo-[0-9]* for CONFLICTS Submitted by: "Thomas E. Zander" <riggs@rrr.de> (maintainer) PR: ports/92575
7 lines
72 B
Bash
7 lines
72 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
EAGLEBIN=%%DATADIR%%/bin/eagle
|
|
|
|
$EAGLEBIN "$@"
|