summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-03-27 00:03:25 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-03-27 00:03:25 +0000
commit464bdcbdf88660de2a5248e43a2dc73412328404 (patch)
treeb2e6e74e3a860ce8ba64fc41ac94c78f068d0489 /x11-toolkits
parentMirror yet another PyQt distfile and unbreak. (diff)
We change PKGNAMEPREFIX conditionally, but ports uses PKGNAME for the
${.target}_finished cookie-files. Result: Breakage! Work around this for now by setting the name of the the cookies ourselves. Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=132053
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qt33/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 45039d59a100..13391741291b 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -60,6 +60,13 @@ OPTIONS= CUPS "Enable CUPS support" on \
OPENGL "Enable OpenGL support" on \
XFT "Enable Xft support" on
+EXTRACT_COOKIE= ${WRKDIR}/.extract_done.${PORTNAME}.${PREFIX:S/\//_/g}
+CONFIGURE_COOKIE=${WRKDIR}/.configure_done.${PORTNAME}.${PREFIX:S/\//_/g}
+INSTALL_COOKIE= ${WRKDIR}/.install_done.${PORTNAME}.${PREFIX:S/\//_/g}
+BUILD_COOKIE= ${WRKDIR}/.build_done.${PORTNAME}.${PREFIX:S/\//_/g}
+PATCH_COOKIE= ${WRKDIR}/.patch_done.${PORTNAME}.${PREFIX:S/\//_/g}
+PACKAGE_COOKIE= ${WRKDIR}/.package_done.${PORTNAME}.${PREFIX:S/\//_/g}
+
.include <bsd.port.pre.mk>
# The previous Qt port versions installed qmake and qmake's specs under X11BASE