From 45a07d8a9a7341220333b0e934d2293b129fd858 Mon Sep 17 00:00:00 2001 From: gusi Date: Tue, 21 Oct 2014 17:47:34 +0000 Subject: Fix a typo in the Makefile git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20010 df743ca5-7f9a-e211-a948-0013205c9059 --- games/qqwing/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/games/qqwing/Makefile b/games/qqwing/Makefile index bed53f6c1..283763fa1 100644 --- a/games/qqwing/Makefile +++ b/games/qqwing/Makefile @@ -1,6 +1,3 @@ -# Created by: Gustau Perez -# $FreeBSD$ -# $MCom$ PORTNAME= qqwing PORTVERSION= 1.3.3 @@ -31,7 +28,7 @@ post-patch: ${WRKSRC}/build/cpp_install.sh do-build: - @(cd ${WRKSRC} && ${SH} build/cpp_configure.sh && ${SH} build/cpp_compile.sh && ${SH} build/cpp_dist.sh + @(cd ${WRKSRC} && ${SH} build/cpp_configure.sh && ${SH} build/cpp_compile.sh && ${SH} build/cpp_dist.sh) do-install: @(cd ${WRKSRC}/target/automake/.libs && ${CP} libqqwing.so.2 ${STAGEDIR}${PREFIX}/lib) -- cgit v1.2.3