summaryrefslogtreecommitdiff
path: root/java/tya
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
commitc44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch)
treee6dd259a421e47b261f2bd597fcca9e4eec75ae0 /java/tya
parentUpdate to 0.6.1.28 (diff)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Notes
Notes: svn path=/head/; revision=190286
Diffstat (limited to 'java/tya')
-rw-r--r--java/tya/Makefile6
1 files changed, 1 insertions, 5 deletions
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>