diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
commit | c84e1cd8e6ce90aad916148ab61808a44ca8f718 (patch) | |
tree | b6591847c5cfe81fd7ab910e45c88530d0741e7c /games/oneko | |
parent | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (diff) |
Notes
Diffstat (limited to 'games/oneko')
-rw-r--r-- | games/oneko/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/oneko/Makefile b/games/oneko/Makefile index 48aeac716c8b..3bd19ce3c002 100644 --- a/games/oneko/Makefile +++ b/games/oneko/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: oneko -# Date created: 5 December 1994 -# Whom: asami -# +# Created by: asami # $FreeBSD$ -# PORTNAME= oneko PORTVERSION= 2.0b @@ -36,6 +32,7 @@ MAKE_ARGS= MANSUFFIX=6 \ MANDIR=${PREFIX}/man/man6 \ JMANDIR=${PREFIX}/man/ja/man6 +NO_STAGE= yes do-patch: @(cd ${WRKSRC}; \ ${PATCH} -p1 < ../oneko-2.0b-pop1.1.patch ; \ |