aboutsummaryrefslogtreecommitdiff
path: root/databases/gdbm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-10-31 22:01:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-10-31 22:01:36 +0000
commita2d141f5d5410b1d9c7c8f077c27a7194ec552df (patch)
tree090cf1bd6942afc11ebc1837b90f460e0f5446cc /databases/gdbm
parent1a834bf17e2a814249f8b535bbfc1ae42391b844 (diff)
downloadports-a2d141f5d5410b1d9c7c8f077c27a7194ec552df.tar.gz
ports-a2d141f5d5410b1d9c7c8f077c27a7194ec552df.zip
- 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)
Notes
Notes: svn path=/head/; revision=175946
Diffstat (limited to 'databases/gdbm')
-rw-r--r--databases/gdbm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index e8d6f97bd5c3..f72ba842b982 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -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