summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-22 01:47:34 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-22 01:47:34 +0800
commit45a07d8a9a7341220333b0e934d2293b129fd858 (patch)
tree0721b5cd04cfd9f01a5cb2b29ed0ce48b065693f /games
parent7644ff4016dba9bb96ab1e69d3ac848b14a1cfdb (diff)
downloadmarcuscom-ports-45a07d8a9a7341220333b0e934d2293b129fd858.tar.gz
marcuscom-ports-45a07d8a9a7341220333b0e934d2293b129fd858.tar.zst
marcuscom-ports-45a07d8a9a7341220333b0e934d2293b129fd858.zip
Fix a typo in the Makefile
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20010 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r--games/qqwing/Makefile5
1 files changed, 1 insertions, 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 <gustau.perez@gmail.com>
-# $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)