- Install files owned by root:wheel instead of bin:bin

PR:		ports/103270
Submitted by:	"Dr. Markus Waldeck" <waldeck@gmx.de>
Approved by:	maintainer timeout (14 days)
This commit is contained in:
Pav Lucistnik 2006-10-31 22:01:36 +00:00
parent 1a834bf17e
commit a2d141f5d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175946

View File

@ -7,7 +7,7 @@
PORTNAME= gdbm
PORTVERSION= 1.8.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -42,6 +42,7 @@ post-patch:
@${REINPLACE_CMD} "s|prefix = @prefix@|prefix = ${TARGETDIR}|" \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e "s|LIBS = @LIBS@ -lc|LIBS = @LIBS@|" \
-e "s|BINOWN = bin|BINOWN = root|" -e "s|BINGRP = bin|BINGRP = wheel|" \
-e "s|libgdbm.la libgdbm_compat.la|libgdbm.la libgdbm_compat.la gdbm.info|" \
${WRKSRC}/Makefile.in