diff options
author | garga <garga@FreeBSD.org> | 2005-08-25 01:38:05 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-08-25 01:38:05 +0800 |
commit | c961f645912c8f68aeebe616b234f3b96b1482f9 (patch) | |
tree | 88ca891589eb9cc6a8519db4b7d827226273b8b5 /japanese/lyx/Makefile | |
parent | 9a388db4e08b418f44d4093f47badccb57dd9639 (diff) | |
download | freebsd-ports-gnome-c961f645912c8f68aeebe616b234f3b96b1482f9.tar.gz freebsd-ports-gnome-c961f645912c8f68aeebe616b234f3b96b1482f9.tar.zst freebsd-ports-gnome-c961f645912c8f68aeebe616b234f3b96b1482f9.zip |
- Fix pkg-plist to unbreak the port
- Use DATADIR macro
PR: ports/85249
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: portmgr (linimon)
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 |