aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gdbm/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-11-01 06:01:36 +0800
committerpav <pav@FreeBSD.org>2006-11-01 06:01:36 +0800
commitf0dce7d16a1e96e26d265a4a5d2ae5ef4e5b72b6 (patch)
tree1c212e5fe1dc5a545a84dbbd993949bf6fb93486 /databases/gdbm/Makefile
parent6ee45f2a614cfb15029457cb0111dec5c2de7afa (diff)
downloadfreebsd-ports-gnome-f0dce7d16a1e96e26d265a4a5d2ae5ef4e5b72b6.tar.gz
freebsd-ports-gnome-f0dce7d16a1e96e26d265a4a5d2ae5ef4e5b72b6.tar.zst
freebsd-ports-gnome-f0dce7d16a1e96e26d265a4a5d2ae5ef4e5b72b6.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)
Diffstat (limited to 'databases/gdbm/Makefile')
-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