- Switch to PLIST_FILES/PORTDATA
- Remove always false condition
This commit is contained in:
parent
dcf51f5d0c
commit
73f9960288
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369582
@ -20,6 +20,10 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||
NO_BUILD= yes
|
||||
USE_LINUX= f10
|
||||
USE_LINUX_APPS= alsalib gtk2 jpeg dbusglib
|
||||
|
||||
PLIST_FILES= bin/komodo
|
||||
PORTDATA= *
|
||||
|
||||
DESKTOP_ENTRIES="Komodo Edit" \
|
||||
"Free multi-platform editor that makes it easy to write quality code." \
|
||||
${DATADIR}/share/icons/komodo48.png \
|
||||
@ -27,12 +31,6 @@ DESKTOP_ENTRIES="Komodo Edit" \
|
||||
"Development;Utility;TextEditor;" \
|
||||
false
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 800000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DESKTOPDIR}
|
||||
cd ${WRKSRC}/INSTALLDIR && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
|
||||
@ -42,4 +40,4 @@ do-install:
|
||||
${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/run-mozilla.sh
|
||||
${LN} -sf ${DATADIR}/bin/komodo ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user