summaryrefslogtreecommitdiff
path: root/games/omega
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-12-25 21:21:39 +0000
committerwiz <wiz@pkgsrc.org>2001-12-25 21:21:39 +0000
commit1faa3171b2a820b4d3b8ce202b3cbc97cf50ab02 (patch)
treec8da9678eb7b762e4fe186fa6a876d8769d05852 /games/omega
parent299f5c037dd8fda4794bb0f1e0bd78eac630a470 (diff)
downloadpkgsrc-1faa3171b2a820b4d3b8ce202b3cbc97cf50ab02.tar.gz
Fix typo in comment.
Diffstat (limited to 'games/omega')
-rw-r--r--games/omega/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/omega/Makefile b/games/omega/Makefile
index fe43288f24c..4531557f69d 100644
--- a/games/omega/Makefile
+++ b/games/omega/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/06/20 08:33:52 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/12/25 21:21:39 wiz Exp $
DISTNAME= omega-0.90-pa4
PKGNAME= omega-0.90.4
@@ -15,7 +15,7 @@ COMMENT= Complex rogue-like game of exploration with a sense of humor
USE_BUILDLINK_ONLY= # defined
ALL_TARGET= # empty
-# Change references to <curses.h> to <ncurses.h> in the source files.
+# Change references from <curses.h> to <ncurses.h> in the source files.
post-extract:
cd ${WRKSRC}; for file in *.[ch]; do \
${SED} -e "s|<curses\.h>|<ncurses.h>|g" \