summaryrefslogtreecommitdiff
path: root/net/dtcp/patches
diff options
context:
space:
mode:
authorhans <hans>2012-02-17 14:09:05 +0000
committerhans <hans>2012-02-17 14:09:05 +0000
commitdb90197cec66dc2f3471b1e2052b2655d194ac3d (patch)
tree5dbe714a26f12f524aba330931a84ec737268b93 /net/dtcp/patches
parent3ecb8615234fe62e5dcf5d345a378016d9809884 (diff)
downloadpkgsrc-db90197cec66dc2f3471b1e2052b2655d194ac3d.tar.gz
Fix destdir build, uses a BSD makefile.
Diffstat (limited to 'net/dtcp/patches')
-rw-r--r--net/dtcp/patches/patch-aa19
1 files changed, 17 insertions, 2 deletions
diff --git a/net/dtcp/patches/patch-aa b/net/dtcp/patches/patch-aa
index a02a9152d78..cfb2221682f 100644
--- a/net/dtcp/patches/patch-aa
+++ b/net/dtcp/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2010/02/11 20:47:16 joerg Exp $
+$NetBSD: patch-aa,v 1.8 2012/02/17 14:09:05 hans Exp $
--- Makefile.orig 2006-01-24 11:51:58.000000000 -0800
+++ Makefile 2006-01-24 11:52:30.000000000 -0800
-@@ -14,9 +14,9 @@
+@@ -14,9 +14,9 @@ PREFIX?= /usr/local
BINDIR= $(PREFIX)/sbin
.if (${OPSYS} == "NetBSD")
@@ -14,3 +14,18 @@ $NetBSD: patch-aa,v 1.7 2010/02/11 20:47:16 joerg Exp $
.endif
MAN= dtcps.8 dtcpc.8 dtcpauth.8
+@@ -69,11 +69,11 @@ dtcpauth.8: dtcpauth.8.in
+
+ realinstall:
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 555 dtcps \
+- ${BINDIR}/dtcps
++ ${DESTDIR}${BINDIR}/dtcps
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 555 dtcpc \
+- ${BINDIR}/dtcpc
++ ${DESTDIR}${BINDIR}/dtcpc
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 555 dtcpauth \
+- ${BINDIR}/dtcpauth
++ ${DESTDIR}${BINDIR}/dtcpauth
+
+ dist:
+ @data=`date +%Y%m%d`; \