diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-05 10:15:05 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-05 10:15:05 +0800 |
commit | 6a450c1c13a141f86cf1e9d1353da00fb1548719 (patch) | |
tree | f918b3a6d4af1d6604a94b3645dfcd9ffd94b405 /Mk | |
parent | d420529f098b4bf3cdf3efa9f5abe6e2feae2bdc (diff) | |
download | freebsd-ports-gnome-6a450c1c13a141f86cf1e9d1353da00fb1548719.tar.gz freebsd-ports-gnome-6a450c1c13a141f86cf1e9d1353da00fb1548719.tar.zst freebsd-ports-gnome-6a450c1c13a141f86cf1e9d1353da00fb1548719.zip |
Typo fix from Ollivier Robert.
Submitted by: ollivier
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 746a9e278afa..3fba8bb41e50 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.94 1995/01/04 09:58:39 jkh Exp $ +# $Id: bsd.port.mk,v 1.95 1995/01/04 23:06:38 jkh Exp $ # # Please view me with 4 column tabs! @@ -48,8 +48,8 @@ # actually extract. # PATCHDIR - A directory containing any required patches # (default: ${.CURDIR}/patches) -# SCRIPTDIR - A directory containing any auxilliary scripts -# (default: ${.CURDIR}/scripes) +# SCRIPTDIR - A directory containing any auxiliary scripts +# (default: ${.CURDIR}/scripts) # FILESDIR - A directory containing any miscellaneous additional files. # (default: ${.CURDIR}/files) # PKGDIR - A direction containing any package creation files. |