summaryrefslogtreecommitdiff
path: root/textproc/unroff
diff options
context:
space:
mode:
authorrh <rh>1999-12-08 14:11:33 +0000
committerrh <rh>1999-12-08 14:11:33 +0000
commit2c348785124073b291554eeb2b15db729e2cb9f7 (patch)
tree7a4f38d59116f2ac7e58f2734b305a012a826ece /textproc/unroff
parent80628e8ce5a83147989174d69f2e24e79056a69b (diff)
downloadpkgsrc-2c348785124073b291554eeb2b15db729e2cb9f7.tar.gz
defuzz
Diffstat (limited to 'textproc/unroff')
-rw-r--r--textproc/unroff/Makefile4
-rw-r--r--textproc/unroff/files/patch-sum4
-rw-r--r--textproc/unroff/patches/patch-a18
3 files changed, 9 insertions, 17 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile
index fa442e4422c..01ee9ac096f 100644
--- a/textproc/unroff/Makefile
+++ b/textproc/unroff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/05/24 20:39:48 tv Exp $
+# $NetBSD: Makefile,v 1.11 1999/12/08 14:11:33 rh Exp $
# FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp
#
@@ -12,8 +12,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/unroff/
-DEPENDS= elk-3.0.2:../../lang/elk
-
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= unroff
diff --git a/textproc/unroff/files/patch-sum b/textproc/unroff/files/patch-sum
index 4ca0d15fb1a..ee8e372fb6e 100644
--- a/textproc/unroff/files/patch-sum
+++ b/textproc/unroff/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:14 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/12/08 14:11:34 rh Exp $
-MD5 (patch-a) = 2d7aafa3119c2e192276dfcdb930ddcd
+MD5 (patch-a) = 59112d4a54370a6f33b25b1cf344b990
MD5 (patch-b) = 8ed4dd1d29f2de484aebd05364c0feef
diff --git a/textproc/unroff/patches/patch-a b/textproc/unroff/patches/patch-a
index 973ea5fd756..7081ac97fe6 100644
--- a/textproc/unroff/patches/patch-a
+++ b/textproc/unroff/patches/patch-a
@@ -1,9 +1,8 @@
-$NetBSD: patch-a,v 1.3 1998/08/07 11:14:14 agc Exp $
+$NetBSD: patch-a,v 1.4 1999/12/08 14:11:34 rh Exp $
-*** src/Makefile Wed Aug 23 14:12:48 1995
---- src/Makefile Mon Feb 12 18:51:08 1996
-@@ -1,14 +1,14 @@
- # $Revision: 1.3 $
+--- src/Makefile.orig Wed Aug 23 14:12:48 1995
++++ src/Makefile Wed Dec 8 15:10:43 1999
+@@ -2,12 +2,12 @@
### You need a C compiler that compiles ANSI C code.
-CC = gcc
@@ -20,22 +19,17 @@ $NetBSD: patch-a,v 1.3 1998/08/07 11:14:14 agc Exp $
+ELKDIR = ${PREFIX}/lib/elk
### Additional libraries. You may want to insert the output of the
- ### shell-script $(ELKDIR)/lib/ldflags here.
-@@ -18,7 +18,7 @@
- MAKEDEP = makedepend
+@@ -19,5 +19,5 @@
### The directory under which you will install the Scheme files.
-DIR = /usr/local/lib/unroff
+DIR = ${PREFIX}/share/unroff
### The default output format.
- FORMAT = html
-@@ -30,7 +30,7 @@
- ### -------------------------------------------------------------------------
+@@ -31,5 +31,5 @@
SHELL = /bin/sh
-INCLUDE = -I$(ELKDIR)/include
+INCLUDE = -I${PREFIX}/include/elk
ELK = $(ELKDIR)/lib/module.o
DEFS = -DDEFAULT_DIR=\"$(DIR)\" -DDEFAULT_FORMAT=\"$(FORMAT)\"
- CTAGS = ctags -t -w