diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-04 20:12:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-04 20:12:23 +0000 |
commit | 0fc6f875c6d419bc5c27649190cab7394f170e84 (patch) | |
tree | d3cc7da0b421bb9215e6d9c329799d5ff28fb55d /devel/upp | |
parent | 5d33c49ea54aafcdca07ee65aea976853a9b3ad6 (diff) | |
download | ports-0fc6f875c6d419bc5c27649190cab7394f170e84.tar.gz ports-0fc6f875c6d419bc5c27649190cab7394f170e84.zip |
Notes
Diffstat (limited to 'devel/upp')
-rw-r--r-- | devel/upp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/upp/Makefile b/devel/upp/Makefile index a68e3eb25fe6..034f38a1cdf4 100644 --- a/devel/upp/Makefile +++ b/devel/upp/Makefile @@ -27,6 +27,12 @@ BUILD_WRKSRC= ${WRKSRC}/uppsrc/ide INSTALL_DIRS= Common examples reference uppsrc +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Ultimate++ is not supported on FreeBSD 4.x +.endif + post-extract: @${MKDIR} ${WRKDIR}/${DISTNAME} @for d in ${INSTALL_DIRS}; do ${MV} ${WRKDIR}/$$d ${WRKSRC}; done; @@ -83,4 +89,4 @@ post-install: @${RM} ${WRKSRC}/*.txt @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |