diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-16 22:35:03 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-16 22:35:03 +0000 |
commit | 49e421bc28cbb37310798e973f44fdbb0726f982 (patch) | |
tree | d760540ed2e94a80a58e89b8f971a1af324496b4 /games | |
parent | 3bc05486309272d1a650fedbae737e47c67cb697 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/kaid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kaid/Makefile b/games/kaid/Makefile index 13e975616136..fa1bdc590848 100644 --- a/games/kaid/Makefile +++ b/games/kaid/Makefile @@ -7,7 +7,7 @@ PORTNAME= kaid PORTVERSION= 7.0.0.4b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games net MASTER_SITES= http://www.teamxlink.co.uk/binary/ MASTER_SITE_SUBDIR= @@ -27,7 +27,7 @@ MAKE_ARGS= PREFIX="${PREFIX}" SYSTEM_CFLAGS="${CFLAGS}" NO_PACKAGE= contains compile time path info, ignores cc cxx -post-patch: +pre-configure: @${GMAKE} -C ${WRKSRC} dist-clean do-install: |