summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-12-16 09:11:45 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-12-16 09:11:45 +0000
commite74309fa067b496695f33bd9a695515c8d9aa99b (patch)
treed2a5e809d11fe9ca78b9595043a84e7d9ff36917 /java
parentMooseX::Types::Signal exports a type, Signal, that recognizes valid signals (diff)
Create equinox dropins directory (was erroneously dropped in last commit).
Notes
Notes: svn path=/head/; revision=266412
Diffstat (limited to 'java')
-rw-r--r--java/eclipse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index 9d661f19730d..932703aa57e8 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -206,6 +206,7 @@ do-install:
-@update-desktop-database
@(cd ${PREFIX}; ${FIND} -s lib/${PORTNAME} -not -type d) >> ${TMPPLIST}
@(cd ${PREFIX}; ${FIND} -s -d lib/${PORTNAME} -type d) | ${SED} -ne "s,^,@dirrm ,p" >> ${TMPPLIST}
+ @${ECHO_CMD} "@exec ${MKDIR} %D/share/${PORTNAME}/dropins 2>/dev/null || true " >> ${TMPPLIST}
@${ECHO_CMD} "@unexec ${RMDIR} %D/share/${PORTNAME}/dropins 2>/dev/null || true " >> ${TMPPLIST}
@${ECHO_CMD} "@unexec ${RMDIR} %D/share/${PORTNAME} 2>/dev/null || true " >> ${TMPPLIST}
@${ECHO_CMD} "@exec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true" >> ${TMPPLIST}