76e010042e
- Change master sites and add icon - Take maintainership - Add license (GPLv3) - Use the new format for LIB_DEPENDS - Disable all warnings with -w - Support STAGEDIR - Change DOCS, add DOCS Option - Add files/pkg-install.in and files/pkg-message.in - Remove pkg-message - Add Desktop entry file - Change pkg-plist, add icon, remove DOCS PR: ports/174022 Submitted by: nemysis (self)
17 lines
196 B
Bash
17 lines
196 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
echo "This example maps you can use:"
|
|
echo ""
|
|
|
|
ls -x %%DATADIR%%/maps
|
|
echo ""
|
|
|
|
echo "This example robots you can use:"
|
|
echo ""
|
|
|
|
ls -x %%DATADIR%%/scheme
|
|
echo ""
|
|
echo ""
|