diff options
author | tnn <tnn> | 2008-02-03 15:54:27 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-03 15:54:27 +0000 |
commit | 79210b64b1b913e7cd240828f48bde14c7641806 (patch) | |
tree | 6be3e74444d550788236bed95bfbbfeefe4e58e1 /devel/cvsps | |
parent | 67a7925cf1f914d6175d3393215f17204e0351f0 (diff) | |
download | pkgsrc-79210b64b1b913e7cd240828f48bde14c7641806.tar.gz |
Honour PKGMANDIR.
Diffstat (limited to 'devel/cvsps')
-rw-r--r-- | devel/cvsps/distinfo | 4 | ||||
-rw-r--r-- | devel/cvsps/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/cvsps/distinfo b/devel/cvsps/distinfo index 0e14c9684b9..63066629694 100644 --- a/devel/cvsps/distinfo +++ b/devel/cvsps/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2005/07/15 22:25:58 kristerw Exp $ +$NetBSD: distinfo,v 1.8 2008/02/03 15:56:57 tnn Exp $ SHA1 (cvsps-2.1.tar.gz) = a53a62b121e7b86e07a393bcb8aa4f0492a747c4 RMD160 (cvsps-2.1.tar.gz) = a3063f638fbf1136761549658432d5842e4a766f Size (cvsps-2.1.tar.gz) = 61634 bytes -SHA1 (patch-aa) = 7e908b0f79098d7f829058d55db8ed9311101e0f +SHA1 (patch-aa) = 21e93db185459d7550ab30a117c4679f6d6fa0fb SHA1 (patch-ab) = d990e59b00f5d83057239371162d3c246b999323 diff --git a/devel/cvsps/patches/patch-aa b/devel/cvsps/patches/patch-aa index ac6c9d973ff..75119cb2b19 100644 --- a/devel/cvsps/patches/patch-aa +++ b/devel/cvsps/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.4 2005/07/13 04:00:41 schmonz Exp $ +$NetBSD: patch-aa,v 1.5 2008/02/03 15:56:57 tnn Exp $ ---- Makefile.orig 2005-05-25 23:39:40.000000000 -0400 +--- Makefile.orig 2005-05-26 05:39:40.000000000 +0200 +++ Makefile @@ -3,7 +3,7 @@ MINOR=1 CC?=gcc @@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.4 2005/07/13 04:00:41 schmonz Exp $ + [ -d $(prefix)/man/man1 ] || mkdir -p $(prefix)/man/man1 install cvsps $(prefix)/bin - install -m 644 cvsps.1 $(prefix)/share/man/man1 -+ install -m 644 cvsps.1 $(prefix)/man/man1 ++ install -m 644 cvsps.1 $(prefix)/$(PKGMANDIR)/man1 clean: rm -f cvsps *.o cbtcommon/*.o core |