diff options
author | kris <kris@FreeBSD.org> | 2004-02-25 10:32:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-25 10:32:24 +0000 |
commit | 4e04cb746c805ed65a60c8f82f6e8953cd3326f4 (patch) | |
tree | 52770eec1ee622556e54cd99ecbf280d500e34a7 /lang/compaq-cc | |
parent | 66a52a183e81e65b0a010000a3d919eeadb3d681 (diff) | |
download | FreeBSD-ports-4e04cb746c805ed65a60c8f82f6e8953cd3326f4.zip FreeBSD-ports-4e04cb746c805ed65a60c8f82f6e8953cd3326f4.tar.gz |
BROKEN On alpha 5.x: Broken pkg-plist
Diffstat (limited to 'lang/compaq-cc')
-rw-r--r-- | lang/compaq-cc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile index 71c7a73..6eb7f2a 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> |