summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:32:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:32:24 +0000
commite7ef13105eb0a217882dc681860c54d819b51473 (patch)
tree954536259fce1b5abdaca8dc00d41c16d9b17a59 /lang
parentBROKEN on alpha 5.x: does not compile (diff)
BROKEN On alpha 5.x: Broken pkg-plist
Notes
Notes: svn path=/head/; revision=102067
Diffstat (limited to 'lang')
-rw-r--r--lang/compaq-cc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile
index 71c7a7383ff9..6eb7f2a3df37 100644
--- a/lang/compaq-cc/Makefile
+++ b/lang/compaq-cc/Makefile
@@ -44,6 +44,12 @@ NO_FILTER_SHLIBS= yes
NO_MTREE= yes
USE_LINUX= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
+BROKEN= "Broken pkg-plist on alpha 5.x"
+.endif
+
do-install:
@if [ -z "`kldstat -v | ${GREP} -E 'linux'`" ]; then \
${ECHO_MSG} 'AlphaLinux mode is not enabled.\
@@ -153,4 +159,4 @@ post-install:
${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-docs
cd ${WRKDIR} ; ex < ex.script3
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>