summaryrefslogtreecommitdiff
path: root/devel/libpdel/files/patch-Makefile
blob: 0a3080bcca8612a64d58bded596e8dae427c4856 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Makefile.orig	2009-05-13 21:36:05 UTC
+++ Makefile
@@ -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 misc net pdel ppp regex structs sys thread tmpl util
 
 VERSION!=	grep -w PDEL_VERSION_STRING ${.CURDIR}/version.h \
@@ -32,7 +37,7 @@ OBJDIR=		${PDELTOP}/obj/${OS}.${ARCH}
 SHLIB_MAJOR=	${VERSION_MAJOR}
 SHLIB_MAJOR=	${VERSION_MINOR}
 MAN=		libpdel.3
-NO_PROFILE=
+MK_PROFILE=	no
 INCHDRS=	version.h
 BASEINCHDRS=