diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-12-10 07:27:44 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-12-10 07:27:44 +0800 |
commit | 579cca4088e55348545c0743be452005ddc9c438 (patch) | |
tree | f8c3a9b45b0fa2181f48161fbf7c976001e351b0 | |
parent | 047162e9951db42a859217896dbc07a6119709c7 (diff) | |
download | freebsd-ports-gnome-579cca4088e55348545c0743be452005ddc9c438.tar.gz freebsd-ports-gnome-579cca4088e55348545c0743be452005ddc9c438.tar.zst freebsd-ports-gnome-579cca4088e55348545c0743be452005ddc9c438.zip |
- Fix typo
Approved by: pawel / wg (mentors, implicit)
-rw-r--r-- | games/awale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/awale/Makefile b/games/awale/Makefile index ad02dfaa9fc0..6091294b8023 100644 --- a/games/awale/Makefile +++ b/games/awale/Makefile @@ -18,7 +18,7 @@ SUB_FILES= pkg-message PORTDOCS= AUTHORS ChangeLog NEWS README THANKS -OPTIONS_DEFINE= DOC +OPTIONS_DEFINE= DOCS post-patch: @${ECHO_CMD} "#!/bin/sh" > ${WRKSRC}/src/x${PORTNAME} |