summaryrefslogtreecommitdiffstats
path: root/misc/cheatah
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-10 17:06:10 +0000
committerlioux <lioux@FreeBSD.org>2002-09-10 17:06:10 +0000
commita40b7b8f1dbf43c18ed5036652ed60819b136633 (patch)
tree9aeb43c6795d99f8a60ac6a25b960bbcf00dbdd0 /misc/cheatah
parentb2cb8229a3015f1c7a08d6bcfff9049ab8eb11a4 (diff)
downloadFreeBSD-ports-a40b7b8f1dbf43c18ed5036652ed60819b136633.zip
FreeBSD-ports-a40b7b8f1dbf43c18ed5036652ed60819b136633.tar.gz
Fix build
PR: 42300 Submitted by: Dan Langille <danl@freebsddiary.org> Approved by: maintainer
Diffstat (limited to 'misc/cheatah')
-rw-r--r--misc/cheatah/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/cheatah/Makefile b/misc/cheatah/Makefile
index f589e0f..d955735 100644
--- a/misc/cheatah/Makefile
+++ b/misc/cheatah/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= cheatah
-PORTVERSION= ${MAKE} -V PORTVERSION -f ${MAINDIR}/${MAKEFILE}
-PORTREVISION= ${MAKE} -V PORTREVISION -f ${MAINDIR}/${MAKEFILE}
-PORTEPOCH= ${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MAKEFILE}
+PORTVERSION= ${MAKE} -V PORTVERSION -f ${MAINDIR}/${MKFILE}
+PORTREVISION= ${MAKE} -V PORTREVISION -f ${MAINDIR}/${MKFILE}
+PORTEPOCH= ${MAKE} -V PORTEPOCH -f ${MAINDIR}/${MKFILE}
CATEGORIES= misc
DISTFILES=
@@ -24,6 +24,7 @@ USE_GNOMENG= yes
USE_GNOME= gtk12
MAINDIR= ${.CURDIR}/../sword
+MKFILE!= /usr/bin/basename ${MAKEFILE}
PORTVERSION!= ${PORTVERSION}
PORTREVISION!= ${PORTREVISION}
PORTEPOCH!= ${PORTEPOCH}
OpenPOWER on IntegriCloud