diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-06-06 22:50:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-06-06 22:50:26 +0000 |
commit | ee9423c40d358edc751f946797924700cdd17247 (patch) | |
tree | b44937ecbb1dab6a57ea478a1a75245522c56c77 /graphics/impress | |
parent | a7906c9c419cf2f0e130ea729a0b0271022c112a (diff) | |
download | pkgsrc-ee9423c40d358edc751f946797924700cdd17247.tar.gz |
Do not hardcode /usr/pkg as PREFIX.
Diffstat (limited to 'graphics/impress')
-rw-r--r-- | graphics/impress/distinfo | 4 | ||||
-rw-r--r-- | graphics/impress/patches/patch-ab | 15 |
2 files changed, 8 insertions, 11 deletions
diff --git a/graphics/impress/distinfo b/graphics/impress/distinfo index 0d4946cf655..ba7dc681a49 100644 --- a/graphics/impress/distinfo +++ b/graphics/impress/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/07/13 14:38:05 manu Exp $ +$NetBSD: distinfo,v 1.2 2003/06/06 22:50:26 jmmv Exp $ SHA1 (imp1.1b9.tar.gz) = 73d3ce69d2d31af0b8e6bfb3825ebcd2f519024c Size (imp1.1b9.tar.gz) = 1334533 bytes SHA1 (patch-aa) = c363bd1aef67cdc5f7ba8134e12bf4a0a6e5ab1a -SHA1 (patch-ab) = b621f325b89ac3f689a53f6cb4d31498c8f80f40 +SHA1 (patch-ab) = 0804194a9cb433ec6a8c352b1b96615b4e722c04 diff --git a/graphics/impress/patches/patch-ab b/graphics/impress/patches/patch-ab index 8808b2923d7..b2266e57d1b 100644 --- a/graphics/impress/patches/patch-ab +++ b/graphics/impress/patches/patch-ab @@ -1,19 +1,16 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/07/13 14:38:05 manu Exp $ ---- Makefile.orig Fri Oct 27 07:08:32 2000 -+++ Makefile Fri Jul 13 16:07:15 2001 -@@ -2,9 +2,9 @@ - cp=/bin/cp +$NetBSD: patch-ab,v 1.2 2003/06/06 22:50:27 jmmv Exp $ + +--- Makefile.orig 2000-10-27 07:08:32.000000000 +0200 ++++ Makefile +@@ -3,7 +3,6 @@ cp=/bin/cp mv=/bin/mv strip=/usr/bin/strip ln=/bin/ln -PREFIX=/usr -+PREFIX=/usr/pkg all: make_impress make_font3d make_pstoedit - make_font3d: -@@ -29,5 +29,5 @@ - install: $(PREFIX)/bin/pstoedit.orig +@@ -30,4 +29,4 @@ install: $(PREFIX)/bin/pstoedit.orig install -c bin/impress $(PREFIX)/bin && rm -f $(PREFIX)/bin/impress.tcl && ${ln} -s $(PREFIX)/bin/impress $(PREFIX)/bin/impress.tcl install -c bin/transeps $(PREFIX)/bin install -c bin/font3d $(PREFIX)/bin |