From 646cc867a436d820b294e2a21fe45f47d50e8785 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 3 May 2013 21:06:25 +0000 Subject: [PATCH] Fix build on current --- games/q15/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/games/q15/Makefile b/games/q15/Makefile index 3f4b3dc64810..66312a08b972 100644 --- a/games/q15/Makefile +++ b/games/q15/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: q15 -# Date created: 2005-08-30 -# Whom: Andrej Zverev -# +# Created by: Andrej Zverev # $FreeBSD$ -# PORTNAME= q15 PORTVERSION= 1.0 @@ -24,6 +20,9 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" \ PLIST_FILES= bin/q15 +post-patch: + @${REINPLACE_CMD} -e "s,NOMAN,NO_MAN,g" ${WRKSRC}/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/q15 ${PREFIX}/bin