From cbcfa6e2d45de3ed1934c70f4c991eb549fad828 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 9 Oct 2006 10:33:01 +0000 Subject: [PATCH] fix ownership of bin files --- security/fwbuilder/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index c63ec8bdc02..2020dcc2262 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/08/03 23:28:11 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2006/10/09 10:33:01 espie Exp $ COMMENT='firewall gui' CATEGORIES=net security @@ -12,7 +12,7 @@ HOMEPAGE=http://www.fwbuilder.org/ MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=fwbuilder/} DISTNAME= fwbuilder-2.0.12 -PKGNAME= ${DISTNAME} +PKGNAME= ${DISTNAME}p0 CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-docdir=${TRUEPREFIX}/share/doc/fwbuilder @@ -23,4 +23,9 @@ NO_REGRESS= Yes WANTLIB= stdc++ c util m X11 ssl z crypto Xext pthread iconv xslt xml2 netsnmp +# before qt 4, there is no distinction between INSTALL_FILE and INSTALL_PROGRAM + +post-install: + chown ${BINOWN}:${BINGRP} ${PREFIX}/bin/* + .include