Fix shebangs.

This commit is contained in:
Raphael Kubo da Costa 2017-05-03 20:54:49 +00:00
parent c9b075b714
commit 0722bfbdea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440041

View file

@ -3,7 +3,7 @@
PORTNAME= lyx
PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= print editors
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \
http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \
@ -22,7 +22,7 @@ MAJOR_VERSION= 2.2
MINOR_VERSION= 2
USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \
python:2 tar:xz
python:2 shebangfix tar:xz
USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-included-boost \
@ -31,6 +31,9 @@ CONFIGURE_ARGS= --without-included-boost \
--with-qt-dir=${LOCALBASE}/lib/qt5 \
${ICONV_CONFIGURE_ARG} \
--with-extra-prefix=${LOCALBASE}
SHEBANG_FILES= lib/configure.py \
lib/lyx2lyx/lyx2lyx \
lib/scripts/listerrors
CPPFLAGS+= ${EXECINFO_CPPFLAGS}
LDFLAGS+= ${EXECINFO_LDFLAGS}