summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/jikes/Makefile8
-rw-r--r--java/tya/Makefile6
2 files changed, 2 insertions, 12 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile
index 44d48d94d222..58fdee628199 100644
--- a/java/jikes/Makefile
+++ b/java/jikes/Makefile
@@ -25,10 +25,4 @@ USE_BZIP2= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
-BROKEN= "Internal compiler error on alpha 4.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/java/tya/Makefile b/java/tya/Makefile
index 2661a389ca19..09fdc56e695d 100644
--- a/java/tya/Makefile
+++ b/java/tya/Makefile
@@ -27,12 +27,8 @@ CONFIGURE_ARGS+= --with-jdk=${JAVADIR}
JAVADIR?= ${LOCALBASE}/jdk1.1.8
JAVALIBDIR= ${PREFIX}/lib/tya
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000
post-patch:
@${REINPLACE_CMD} -e "s|-malign|-falign|g" ${WRKSRC}/Makefile.in
-.endif
post-configure:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/README
@@ -48,4 +44,4 @@ do-install:
@${ECHO_MSG} ""
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>