summaryrefslogtreecommitdiff
path: root/security/isakmpd/patches/patch-ao
blob: 32d7f9f4d0fa83305c1c25e64cbb33d92c44ac3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ao,v 1.1 2008/12/19 21:09:12 heinz Exp $

  - Override variables for DESTDIR support.

--- apps/certpatch/Makefile.orig	2003-06-03 16:35:00.000000000 +0200
+++ apps/certpatch/Makefile
@@ -31,6 +31,12 @@
 #
 
 PROG=		certpatch
+
+BINOWN=		@BINOWN@
+BINGRP=		@BINGRP@
+MANOWN=		@MANOWN@
+MANGRP=		@MANGRP@
+
 SRCS=		certpatch.c
 BINDIR?=	/usr/sbin
 TOPSRC=		${.CURDIR}/../..