summaryrefslogtreecommitdiff
path: root/games/oonsoo/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-19 19:22:03 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-19 19:22:03 +0000
commit056ad3997cc14e0fa33385b4eecb5fee43f2d54a (patch)
treeb23c4a1d05fdc8099ecf53bfe9dbff533496ee9d /games/oonsoo/Makefile
parentAdd twinlib. (diff)
- Support CXX/CXXFLAGS/X11BASE/MAKE properly
- Add WWW: line into pkg/DESCR PR: 18048 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=27757
Diffstat (limited to 'games/oonsoo/Makefile')
-rw-r--r--games/oonsoo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile
index 601bcfe2941b..d119877810e8 100644
--- a/games/oonsoo/Makefile
+++ b/games/oonsoo/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: oonsoo
+# New ports collection makefile for: oonsoo
# Date created: 23rd June, 1997
# Whom: Joel Sutton <jsutton@bbcon.com.au>
#
@@ -19,6 +19,6 @@ pre-patch:
@${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin
.include <bsd.port.mk>