diff options
Diffstat (limited to 'games/oonsoo/Makefile')
-rw-r--r-- | games/oonsoo/Makefile | 4 |
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> |