diff options
Diffstat (limited to 'print/lout')
-rw-r--r-- | print/lout/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/lout/Makefile b/print/lout/Makefile index 726a6dfaaf6..d7e8e51932a 100644 --- a/print/lout/Makefile +++ b/print/lout/Makefile @@ -3,15 +3,15 @@ # Date created: 10/22/96 # Whom: oly@world.std.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/08 23:00:20 obrien Exp $ # DISTNAME= lout.3.08 PKGNAME= lout-3.08 -CATEGORIES+= print -MASTER_SITE_SUBDIR= support/lout/lout +CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.cs.usyd.edu.au/jeff/lout/ +MASTER_SITE_SUBDIR= support/lout/lout MAINTAINER= oly@world.std.com @@ -20,7 +20,7 @@ MAKEFILE= makefile ALL_TARGET= lout c2lout INSTALL_TARGET= install installman installdoc -MANPAGES= man/man1/c2lout.1 man/man1/lout.1 +MAN1= c2lout.1 lout.1 post-install: strip $(PREFIX)/bin/lout |