summaryrefslogtreecommitdiff
path: root/devel/libpdel/files/patch-Makefile
blob: f19f5ad80c3db31c8837d1bdb4ff12bd9ee9cfe2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.orig	2014-04-26 19:31:00.000000000 -0300
+++ Makefile	2014-04-26 19:31:40.000000000 -0300
@@ -2,6 +2,11 @@
 
 LIB=		pdel
 
+BINOWN!=	/usr/bin/id -n -u
+BINGRP!=	/usr/bin/id -n -g
+SHAREOWN=	${BINOWN}
+SHAREGRP=	${BINGRP}
+
 SUBDIRS=	config http io net ppp structs sys tmpl util
 
 VERSION!=	grep -w PDEL_VERSION_STRING ${.CURDIR}/version.h \