diff options
Diffstat (limited to 'japanese/lyx/Makefile')
-rw-r--r-- | japanese/lyx/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/japanese/lyx/Makefile b/japanese/lyx/Makefile index a4d9a6ed54b4..65661739c91b 100644 --- a/japanese/lyx/Makefile +++ b/japanese/lyx/Makefile @@ -18,21 +18,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) -#RUN_DEPENDS= platex:${PORTSDIR}/japanese/platex-euc -#.if defined(WITH_ISPELL) -#RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -#.endif LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms -BROKEN= "Incomplete pkg-plist" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_XPM= yes USE_PERL5= yes GNU_CONFIGURE= yes STRIP= -CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" +CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" MAN1= lyx.1 reLyX.1 pre-fetch: @@ -45,7 +37,7 @@ post-patch: @cd ${WRKSRC}; ${PATCH} -p1 < ../lyx-jp-patch post-install: - @strip ${PREFIX}/bin/lyx + ${STRIP_CMD} ${PREFIX}/bin/lyx ${INSTALL_DATA} ${WRKDIR}/ChangeLog.jis ${PREFIX}/share/lyx ${INSTALL_DATA} ${WRKDIR}/README.jis ${PREFIX}/share/lyx ${INSTALL_DATA} ${WRKSRC}/lib/lyxrc.jp ${PREFIX}/share/lyx |