diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-09 01:17:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-09 01:17:15 +0000 |
commit | bf622a3d6d2586978e65fccee996864564e931c7 (patch) | |
tree | 07a88d5b66ef53127065180cf16c680b3def7933 /print/lout | |
parent | e67604089d2d471f4384c575d243bf9568eab6b0 (diff) | |
download | ports-bf622a3d6d2586978e65fccee996864564e931c7.tar.gz ports-bf622a3d6d2586978e65fccee996864564e931c7.zip |
Notes
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 726a6dfaaf6f..d7e8e51932ad 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 |