From bf622a3d6d2586978e65fccee996864564e931c7 Mon Sep 17 00:00:00 2001
From: Satoshi Asami <asami@FreeBSD.org>
Date: Sat, 9 Nov 1996 01:17:15 +0000
Subject: Seems like David committed a Makefile based on the testing version of
 bsd.port.mk I sent him. ;)

Since it's already in here, I might as well update it to the latest
version.
---
 print/lout/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'print/lout')

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
-- 
cgit v1.2.3