freebsd-ports/games/gnurobots/files/pkg-install.in
Rusmir Dusko 76e010042e - Bump PORTREVISION
- 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)
2014-02-02 14:08:17 +00:00

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 ""