summaryrefslogtreecommitdiff
path: root/deskutils/teapot/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 02:11:19 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 02:11:19 +0000
commit3e9a47f55e0955620f45c098acaaece3f31aa5c9 (patch)
tree16629162d121dbec8056ec483fafccfe83526d55 /deskutils/teapot/Makefile
parentAllow this to build again inside and outside the US. (diff)
Update to version 1.03.
PR: 11432 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18363
Diffstat (limited to 'deskutils/teapot/Makefile')
-rw-r--r--deskutils/teapot/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile
index 16a89162fd2a..f9fa8b9efa2f 100644
--- a/deskutils/teapot/Makefile
+++ b/deskutils/teapot/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: teapot
-# Version required: 1.01
+# Version required: 1.03
# Date created: 7 January 1998
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.1.1.1 1998/03/27 10:31:46 tg Exp $
+# $Id: Makefile,v 1.2 1998/08/07 22:17:53 asami Exp $
#
-DISTNAME= teapot-1.01
+DISTNAME= teapot-1.03
CATEGORIES= deskutils
MASTER_SITES= ftp://cantor.informatik.rwth-aachen.de/pub/unix/
@@ -23,10 +23,12 @@ do-install:
.for file in asqrt asqrt.README counter counter.README life life.README sqrt sqrt.README
@ ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/share/examples/teapot
.endfor
+.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/teapot
@ ${INSTALL_DATA} ${WRKSRC}/README-en.html ${PREFIX}/share/doc/teapot/README.html
.for file in teapot.doc teapot.html teapot.ps
@ ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/teapot
.endfor
+.endif
.include <bsd.port.mk>