summaryrefslogtreecommitdiff
path: root/print/texinfo/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-17 12:33:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-17 12:33:56 +0000
commitb7a86be7393f79ceeb6e6019ae953a4332d3eedd (patch)
tree1f980f219f1508cb2f445bc074463c29b551ca27 /print/texinfo/Makefile
parentAdd checksum, don't know why it was missing before. (diff)
Add files/md5 entries for files whose checksum should be ignored as well.
Requires rev. 1.239 of bsd.port.mk.
Notes
Notes: svn path=/head/; revision=5009
Diffstat (limited to 'print/texinfo/Makefile')
-rw-r--r--print/texinfo/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index 4c272cd48135..66ff99a67c72 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.8 1995/11/22 13:18:28 asami Exp $
+# $Id: Makefile,v 1.9 1996/11/17 08:45:13 obrien Exp $
#
DISTNAME= texinfo
@@ -19,12 +19,9 @@ MAINTAINER= jmz@FreeBSD.org
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
-
EXTRACT_ONLY=
NO_WRKSUBDIR= yes
-
-
pre-fetch:
@if [ ! -x ${PREFIX}/bin/tex ]; then \
echo "You must have TeX installed";\