aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-15 03:46:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-15 03:46:07 +0000
commit91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (patch)
tree7fb39aa3f78592f94c2415ace02da97d31058a71 /textproc
parent30c64255c60ccb33f5d4988894005dc545e00c52 (diff)
downloadports-91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac.tar.gz
ports-91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac.zip
Another round of Makefile updates, in utils!
Notes
Notes: svn path=/head/; revision=1359
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell/Makefile18
-rw-r--r--textproc/rman/Makefile6
2 files changed, 18 insertions, 6 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index d7b79307dabf..d004d705363c 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -1,17 +1,27 @@
-DISTFILES= ispell-3.1.18.tar.gz
+# New ports collection makefile for: ispell
+# Version required: 3.1.18
+# Date created: 6 November 1994
+# Whom: jmz
+#
+# $Id$
+#
+
DISTNAME= ispell-3.1
-MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
+PKGNAME= ispell-3.1.18
CATEGORIES+= utilities
-MAKE_FLAGS= TMPDIR=${.CURDIR} -f
+MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
+DISTFILES= ispell-3.1.18.tar.gz
+
MAINTAINER= jmz@FreeBSD.org
# French
#EXTRA_DICT= francais-IREQ-1.3.tar.gz
#MASTER_SITES+= ftp://ftp.ireq-robot.hydro.qc.ca/pub/ispell/
-CATEGORIES+= utilities
DISTFILES+= ${EXTRA_DICT}
+MAKE_FLAGS= TMPDIR=${.CURDIR} -f
+
pre-configure:
.if defined(EXTRA_DICT)
@echo ${EXTRA_DICT} > ${WRKDIR}/extra_dict
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
index 7ec881ef5088..727c12f91924 100644
--- a/textproc/rman/Makefile
+++ b/textproc/rman/Makefile
@@ -3,10 +3,12 @@
# Date created: 27 Dec 1994
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
+# $Id$
+#
DISTNAME= rman-2.0
-EXTRACT_SUFX= .tar.Z
-MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
CATEGORIES+= utilities
+MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
+EXTRACT_SUFX= .tar.Z
.include <bsd.port.mk>