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