diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 21:06:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 21:06:25 +0000 |
commit | 646cc867a436d820b294e2a21fe45f47d50e8785 (patch) | |
tree | 9323b379fc337f423911a6625bcc57bf0b05eb78 | |
parent | d0426e3b88203987d9fb15d4495926afde50a689 (diff) | |
download | ports-646cc867a436d820b294e2a21fe45f47d50e8785.tar.gz ports-646cc867a436d820b294e2a21fe45f47d50e8785.zip |
Notes
-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 |