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/patches | |
parent | 67a7925cf1f914d6175d3393215f17204e0351f0 (diff) | |
download | pkgsrc-79210b64b1b913e7cd240828f48bde14c7641806.tar.gz |
Honour PKGMANDIR.
Diffstat (limited to 'devel/cvsps/patches')
-rw-r--r-- | devel/cvsps/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
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 |