diff options
author | max <max@FreeBSD.org> | 1997-09-05 23:47:18 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-05 23:47:18 +0800 |
commit | 80426d77839466cdf43b6dd9b5d478b9203a090d (patch) | |
tree | 83b553555ce3b1bae15ad7ddbad6d8f46aff9940 /print/lout/Makefile | |
parent | 509fbae2ab0f15e98ee931a323422ada5ae82094 (diff) | |
download | freebsd-ports-graphics-80426d77839466cdf43b6dd9b5d478b9203a090d.tar.gz freebsd-ports-graphics-80426d77839466cdf43b6dd9b5d478b9203a090d.tar.zst freebsd-ports-graphics-80426d77839466cdf43b6dd9b5d478b9203a090d.zip |
Upgrade, 3.08 -> 3.10.
PR: 4077
Diffstat (limited to 'print/lout/Makefile')
-rw-r--r-- | print/lout/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/print/lout/Makefile b/print/lout/Makefile index d7e8e51932a..c2182359703 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> |