diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
commit | 109f11d37b159f1fdf6f84e03cf24457cda978e7 (patch) | |
tree | 9cb66c5534dca58d5073e5440262ddcaf2b2880f /print/lyx15 | |
parent | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (diff) | |
download | freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.gz freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.zst freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.zip |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Diffstat (limited to 'print/lyx15')
-rw-r--r-- | print/lyx15/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 52a3602bfbc3..994bbccbbe1e 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -3,11 +3,11 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1996/10/19 09:15:28 andreas Exp $ +# $Id: Makefile,v 1.4 1996/11/16 11:27:33 andreas Exp $ # DISTNAME= lyx-0.10.7 -CATEGORIES+= print +CATEGORIES= print MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/ MAINTAINER= andreas@klemm.gtn.com @@ -20,10 +20,6 @@ LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/lyx.1 -.endif +MAN1= lyx.1 .include <bsd.port.mk> |