aboutsummaryrefslogtreecommitdiff
path: root/textproc/man2html/Makefile
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-12-23 17:23:05 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-12-23 17:23:05 +0000
commit0716cd1b555cc1e12b43217b82bfd8debb1726c0 (patch)
treec5f59a43e41b0b74643ce7b1d8941ee7c65b9ff0 /textproc/man2html/Makefile
parentf50f46a8cfa5044e432dded5b1d7d1c7e219052c (diff)
Notes
Diffstat (limited to 'textproc/man2html/Makefile')
-rw-r--r--textproc/man2html/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile
index 617e8970a804..724b56ae3499 100644
--- a/textproc/man2html/Makefile
+++ b/textproc/man2html/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 August 1998
# Whom: Dima Sivachenko <demon@gpad.ac.ru>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/11/22 22:33:31 billf Exp $
#
DISTNAME= man2html3.0.1
@@ -21,10 +21,10 @@ MAN1= man2html.1
post-patch:
- if [ -f ${CGIDIR} ] ; then \
- ${MV} ${WRKSRC}/man.cgi ${WRKSRC}/man.cgi.pre_sed ; \
- ${CAT} ${WRKSRC}/man.cgi.pre_sed | \
- ${GREP} -Ev -e "/opt/|/openwin/" \
+ @ if [ -f ${CGIDIR} ] ; then \
+ @ ${MV} ${WRKSRC}/man.cgi ${WRKSRC}/man.cgi.pre_sed ; \
+ @ ${CAT} ${WRKSRC}/man.cgi.pre_sed | \
+ @ ${GREP} -Ev -e "/opt/|/openwin/" \
> ${WRKSRC}/man.cgi ; \
fi