. 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)
14 lines
355 B
Text
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 \
|