aboutsummaryrefslogtreecommitdiff
path: root/print/lout/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-09-05 15:47:18 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-09-05 15:47:18 +0000
commit0d8123fd7d7e074c3f646a85e43011bb2b5d6ae6 (patch)
treefe2c063927cef22341cd28bcc1c69805c1c16fce /print/lout/Makefile
parentc1d3318d6b6732033ca4a96c2a68363d90216088 (diff)
downloadports-0d8123fd7d7e074c3f646a85e43011bb2b5d6ae6.tar.gz
ports-0d8123fd7d7e074c3f646a85e43011bb2b5d6ae6.zip
Notes
Diffstat (limited to 'print/lout/Makefile')
-rw-r--r--print/lout/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/print/lout/Makefile b/print/lout/Makefile
index d7e8e51932ad..c21823597032 100644
--- a/print/lout/Makefile
+++ b/print/lout/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: lout
-# Version required: 3.08
+# Version required: 3.10
# Date created: 10/22/96
# Whom: oly@world.std.com
#
-# $Id: Makefile,v 1.1.1.1 1996/11/08 23:00:20 obrien Exp $
+# $Id: Makefile,v 1.2 1996/11/09 01:17:15 asami Exp $
#
-DISTNAME= lout.3.08
-PKGNAME= lout-3.08
+DISTNAME= lout.3.10
+PKGNAME= lout-3.10
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
ftp://ftp.cs.usyd.edu.au/jeff/lout/
@@ -23,7 +23,6 @@ INSTALL_TARGET= install installman installdoc
MAN1= c2lout.1 lout.1
post-install:
- strip $(PREFIX)/bin/lout
- strip $(PREFIX)/bin/c2lout
+ strip ${PREFIX}/bin/lout ${PREFIX}/bin/c2lout
.include <bsd.port.mk>