diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-02-28 20:34:12 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-02-28 20:34:12 +0000 |
commit | fe9832770122e788693e6a6d4474e3b914cd5dcb (patch) | |
tree | 6179b3e0c5494dfeeb78cfdd0451632118c63ac8 /print/lyx/Makefile | |
parent | 3963b0f207d6af8a9e8e4c1b59e7155a6c1ff9b2 (diff) | |
download | pkgsrc-fe9832770122e788693e6a6d4474e3b914cd5dcb.tar.gz |
shut up portlint; remove post-install rule as our INSTALL_PROGRAM does strip.
Diffstat (limited to 'print/lyx/Makefile')
-rw-r--r-- | print/lyx/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 4cb1c6ffb68..d68e6e708f6 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,29 +3,26 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $NetBSD: Makefile,v 1.1.1.1 1998/02/28 20:28:20 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/02/28 20:34:12 frueauf Exp $ # FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp # DISTNAME= lyx-0.12.0 CATEGORIES= print MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/beta_stable/ \ - ftp://la1ad.uio.no/pub/lyx/ + ftp://la1ad.uio.no/pub/lyx/ MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ ispell:${PORTSDIR}/textproc/ispell -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \ - Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= xforms.0.:${PORTSDIR}/x11/xforms \ + Xpm.4.:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes -STRIP= CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" -MAN1= lyx.1 -post-install: - @strip ${PREFIX}/bin/lyx +MAN1= lyx.1 .include <bsd.port.mk> |