diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-17 06:35:03 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-17 06:35:03 +0800 |
commit | 4e01b69f15b0f81c29c23f93ea04a11163110144 (patch) | |
tree | 8cfa5590ffc84c25358060db7b8ac32d577334f8 /games/kaid | |
parent | 62144b6a77ca65e032756a02665d7982913c6336 (diff) | |
download | freebsd-ports-gnome-4e01b69f15b0f81c29c23f93ea04a11163110144.tar.gz freebsd-ports-gnome-4e01b69f15b0f81c29c23f93ea04a11163110144.tar.zst freebsd-ports-gnome-4e01b69f15b0f81c29c23f93ea04a11163110144.zip |
Change the first use of gmake from post-patch to pre-configure (since we
USE_GMAKE) and unbreak.
Approved by: maintainer timeout to QAT BotMail
Prompted by: QAT QA run
Diffstat (limited to 'games/kaid')
-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: |