summaryrefslogtreecommitdiff
path: root/net/dtcp/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-11 20:47:11 +0000
committerjoerg <joerg>2010-02-11 20:47:11 +0000
commit973f1bf4cf4b3cef10d45b02bd915397e6749ef9 (patch)
tree31fd6ffe2b0fc0e74f3ebbb66a6fa1a76e6b503d /net/dtcp/patches
parent892eed0902cd64f1ed4600c6699e6348cbb333b4 (diff)
downloadpkgsrc-973f1bf4cf4b3cef10d45b02bd915397e6749ef9.tar.gz
DESTDIR support
Diffstat (limited to 'net/dtcp/patches')
-rw-r--r--net/dtcp/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dtcp/patches/patch-aa b/net/dtcp/patches/patch-aa
index 45cc92fe001..a02a9152d78 100644
--- a/net/dtcp/patches/patch-aa
+++ b/net/dtcp/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2006/02/01 17:20:05 reed Exp $
+$NetBSD: patch-aa,v 1.7 2010/02/11 20:47:16 joerg Exp $
--- Makefile.orig 2006-01-24 11:51:58.000000000 -0800
+++ Makefile 2006-01-24 11:52:30.000000000 -0800
@@ -7,10 +7,10 @@ $NetBSD: patch-aa,v 1.6 2006/02/01 17:20:05 reed Exp $
.if (${OPSYS} == "NetBSD")
-MANDIR= $(PREFIX)/man
-+MANDIR?= $(PREFIX)/man
++MANDIR?= $(PREFIX)/${PKGMANDIR}
.else
-MANDIR= $(PREFIX)/man/man
-+MANDIR?= $(PREFIX)/man/man
++MANDIR?= $(PREFIX)/${PKGMANDIR}
.endif
MAN= dtcps.8 dtcpc.8 dtcpauth.8