svn commit: r317254 - head/games/q15
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 3 21:06:26 UTC 2013
Author: bapt
Date: Fri May 3 21:06:25 2013
New Revision: 317254
URL: http://svnweb.freebsd.org/changeset/ports/317254
Log:
Fix build on current
Modified:
head/games/q15/Makefile
Modified: head/games/q15/Makefile
==============================================================================
--- head/games/q15/Makefile Fri May 3 21:01:38 2013 (r317253)
+++ head/games/q15/Makefile Fri May 3 21:06:25 2013 (r317254)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: q15
-# Date created: 2005-08-30
-# Whom: Andrej Zverev <az at inec.ru>
-#
+# Created by: Andrej Zverev <az at inec.ru>
# $FreeBSD$
-#
PORTNAME= q15
PORTVERSION= 1.0
@@ -24,6 +20,9 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLA
PLIST_FILES= bin/q15
+post-patch:
+ @${REINPLACE_CMD} -e "s,NOMAN,NO_MAN,g" ${WRKSRC}/Makefile
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/q15 ${PREFIX}/bin
More information about the svn-ports-head
mailing list