summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>