mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
ba046b2af5
Added an excellent tutorial, creating a docs dir. Cleaned up do-install procedure some.
13 lines
207 B
Bash
13 lines
207 B
Bash
#!/bin/sh
|
|
# -*-shell-script-*-
|
|
#
|
|
# leo
|
|
#
|
|
# Copyright (c) 2002 Alan Eldridge.
|
|
# All rights reserved. Licensed under BSD license.
|
|
#
|
|
# 2002/11/17 alane@freebsd.org
|
|
#
|
|
exec python @PKGDATADIR@/leo.py ${1:+"$@"}
|
|
|