Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 09:54:19 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379086 - head/games/oneko
Message-ID:  <201502160954.t1G9sJwf028472@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Feb 16 09:54:18 2015
New Revision: 379086
URL: https://svnweb.freebsd.org/changeset/ports/379086
QAT: https://qat.redports.org/buildarchive/r379086/

Log:
  Convert to EXTRA_PATCHES since r352514
  
  PR:		196658
  Approved by:	maintainer timeout (1 month)
  Approved by:	mentors (implicit)

Modified:
  head/games/oneko/Makefile

Modified: head/games/oneko/Makefile
==============================================================================
--- head/games/oneko/Makefile	Mon Feb 16 09:49:04 2015	(r379085)
+++ head/games/oneko/Makefile	Mon Feb 16 09:54:18 2015	(r379086)
@@ -30,12 +30,10 @@ MAKE_ARGS=	MANSUFFIX=6 \
 		MANDIR=${PREFIX}/man/man6 \
 		JMANDIR=${PREFIX}/man/ja/man6
 
-pre-patch:
-	@(cd ${WRKSRC}; \
-	${PATCH} -p1 < ../oneko-2.0b-pop1.1.patch ; \
-	${PATCH} -p1 < oneko-2.0b-tip1.7.patch ; \
-	${PATCH} -p1 < ../oneko-2.0b-sender0.5.patch ; \
-	${PATCH} -p1 < ../oneko-2.0b-bsd0.2.patch ; \
-	${PATCH} < ${FILESDIR}/extrapatch-Makefile.in )
+EXTRA_PATCHES=	${WRKDIR}/oneko-2.0b-pop1.1.patch:-p1 \
+		${WRKSRC}/oneko-2.0b-tip1.7.patch:-p1 \
+		${WRKDIR}/oneko-2.0b-sender0.5.patch:-p1 \
+		${WRKDIR}/oneko-2.0b-bsd0.2.patch:-p1 \
+		${FILESDIR}/extrapatch-Makefile.in
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502160954.t1G9sJwf028472>