diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 05:06:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 05:06:25 +0800 |
commit | 1975e74c3292c04dd526ac49a9a6dc2672241765 (patch) | |
tree | 9323b379fc337f423911a6625bcc57bf0b05eb78 /games | |
parent | e3bb6a34e98054abfa258d8b49b92c9638446835 (diff) | |
download | freebsd-ports-gnome-1975e74c3292c04dd526ac49a9a6dc2672241765.tar.gz freebsd-ports-gnome-1975e74c3292c04dd526ac49a9a6dc2672241765.tar.zst freebsd-ports-gnome-1975e74c3292c04dd526ac49a9a6dc2672241765.zip |
Fix build on current
Diffstat (limited to 'games')
-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 |