diff options
Diffstat (limited to 'games/q15/Makefile')
-rw-r--r-- | games/q15/Makefile | 9 |
1 files 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 <az@inec.ru> -# +# Created by: Andrej Zverev <az@inec.ru> # $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 |