freebsd-ports/devel/libpdel/files/patch-Makefile
Renato Botelho 4bd44e20fc . Fix build with recent current after removal of RTM_OLDADD and RTM_OLDDEL
. Modernize LIB_DEPENDS syntax
. Do not require root for staging
. Bump PORTREVISION because of LIB_DEPENDS change

PR:		ports/189069
Approved by:	maintainer timeout (> 2 weeks)
2014-05-14 18:29:25 +00:00

14 lines
355 B
Text

--- 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 \