aboutsummaryrefslogtreecommitdiff
path: root/java/intellij-pty4j
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2016-05-16 19:07:06 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2016-05-16 19:07:06 +0000
commitc354e66a90e789b24738617d8a0afbbe1d6e1a22 (patch)
treef4b84806b9886f976feab2ad14ed271c267f7ec6 /java/intellij-pty4j
parent8815a0e6333b65893671b9d4026392924144f3c9 (diff)
downloadports-c354e66a90e789b24738617d8a0afbbe1d6e1a22.tar.gz
ports-c354e66a90e789b24738617d8a0afbbe1d6e1a22.zip
Notes
Diffstat (limited to 'java/intellij-pty4j')
-rw-r--r--java/intellij-pty4j/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/intellij-pty4j/Makefile b/java/intellij-pty4j/Makefile
index 8e70c1c86898..014bc7924788 100644
--- a/java/intellij-pty4j/Makefile
+++ b/java/intellij-pty4j/Makefile
@@ -3,6 +3,7 @@
PORTNAME= intellij-pty4j
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= java devel
MAINTAINER= t@tobik.me
@@ -22,8 +23,6 @@ USES= gmake
.include "${.CURDIR}/../intellij/common.mk"
-PLIST_FILES= ${IDEA_HOME}/lib/pty4j-0.5.jar
-
.include <bsd.port.options.mk>
# The directory we need to install Pty4J's native library in depends
@@ -56,6 +55,5 @@ do-install:
# See above why we always use freebsd/x86_64/ here
${INSTALL_LIB} ${WRKSRC}/os/freebsd/x86_64/libpty.so ${STAGEDIR}${IDEA_HOME}/lib/libpty/freebsd/${PTY4J_ARCH}/
.endif
- ${INSTALL_DATA} ${WRKSRC}/build/pty4j-0.5.jar ${STAGEDIR}${IDEA_HOME}/lib/pty4j-0.5.jar
.include <bsd.port.mk>