aboutsummaryrefslogtreecommitdiffstats
path: root/print/lout/Makefile
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>1999-09-07 03:00:15 +0800
committertaoka <taoka@FreeBSD.org>1999-09-07 03:00:15 +0800
commit7dd9674148bf303146aa36d0af204fdf80a92f64 (patch)
tree52a29048e7c4693d42195646970a08c4abd31d51 /print/lout/Makefile
parent2b39483073ed5cfcd1797343a1d8d054fd8a2b14 (diff)
downloadfreebsd-ports-gnome-7dd9674148bf303146aa36d0af204fdf80a92f64.tar.gz
freebsd-ports-gnome-7dd9674148bf303146aa36d0af204fdf80a92f64.tar.zst
freebsd-ports-gnome-7dd9674148bf303146aa36d0af204fdf80a92f64.zip
Updated to 3.16
Fixed MASTER_SITES Modified pkg/COMMENT and pkg/DESCR PR: 13568 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'print/lout/Makefile')
-rw-r--r--print/lout/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/lout/Makefile b/print/lout/Makefile
index 215ee18fa11b..690b86e09c0f 100644
--- a/print/lout/Makefile
+++ b/print/lout/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: lout
-# Version required: 3.13
+# Version required: 3.16
# Date created: 10/22/96
# Whom: oly@world.std.com
#
# $FreeBSD$
#
-DISTNAME= lout-3.13
+DISTNAME= lout-3.16
CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
ftp://ftp.cs.usyd.edu.au/jeff/lout/
MASTER_SITE_SUBDIR= support/lout
@@ -22,6 +22,6 @@ INSTALL_TARGET= install installman installdoc
MAN1= c2lout.1 lout.1
post-install:
- strip ${PREFIX}/bin/lout ${PREFIX}/bin/c2lout
+ @strip ${PREFIX}/bin/lout ${PREFIX}/bin/c2lout
.include <bsd.port.mk>