aboutsummaryrefslogtreecommitdiff
path: root/print/lout/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-06 19:00:15 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-06 19:00:15 +0000
commitb14e3be002a4fb66b7fc2e29007c039c01309cf2 (patch)
tree73b464d2ab6a92b56f36f65ddaf7970ac837cf2b /print/lout/Makefile
parent3a771997c70b9d8de8de63bcce4c7e96906fefb0 (diff)
downloadports-b14e3be002a4fb66b7fc2e29007c039c01309cf2.tar.gz
ports-b14e3be002a4fb66b7fc2e29007c039c01309cf2.zip
Updated to 3.16
Fixed MASTER_SITES Modified pkg/COMMENT and pkg/DESCR PR: 13568 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=21320
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>