diff options
author | asami <asami@FreeBSD.org> | 1996-11-09 09:17:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-09 09:17:15 +0800 |
commit | d413afa609e5ac5879711424b91a84602e8843ad (patch) | |
tree | a88f6393ed476e20cc2229dec54400d9e61cdf45 /print/lout | |
parent | 26bbe0f3331f2baa137606ed21d22923c9ced81c (diff) | |
download | freebsd-ports-graphics-d413afa609e5ac5879711424b91a84602e8843ad.tar.gz freebsd-ports-graphics-d413afa609e5ac5879711424b91a84602e8843ad.tar.zst freebsd-ports-graphics-d413afa609e5ac5879711424b91a84602e8843ad.zip |
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.
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 |