diff options
author | Michael Zhilin <mizhka@FreeBSD.org> | 2021-03-11 20:55:47 +0000 |
---|---|---|
committer | Michael Zhilin <mizhka@FreeBSD.org> | 2021-03-11 20:55:47 +0000 |
commit | bd90df52c3534406ccbd6d137e5f10af1898d11c (patch) | |
tree | 2f571e64ef5e984f82c5b968dfaae57a9b279e27 /java/eclipse-pydev/files | |
parent | Hook distro cleanup on pre-build to ensure gmake availabilty (diff) |
java/eclipse-pydev: resurrect port
This commits resurrects java/eclipse-pydev, updates to latest version and fixes
python version
PR: 254194
Submitted by: mizhka
Approved by: lwhsu
Sponsored by: Postgres Professional
Notes
Notes:
svn path=/head/; revision=568131
Diffstat (limited to 'java/eclipse-pydev/files')
-rw-r--r-- | java/eclipse-pydev/files/pkg-install.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/eclipse-pydev/files/pkg-install.in b/java/eclipse-pydev/files/pkg-install.in new file mode 100644 index 000000000000..4cebb2f204fb --- /dev/null +++ b/java/eclipse-pydev/files/pkg-install.in @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $FreeBSD$ + + +[ "$2" != "POST-INSTALL" ] && exit 0 + +echo %%PREFIX%% +touch -cm %%PREFIX%%/share/eclipse/dropins/%%PLUGIN%%/ |