fix ownership of bin files

This commit is contained in:
espie 2006-10-09 10:33:01 +00:00
parent 809e344573
commit cbcfa6e2d4

View File

@ -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 <bsd.port.mk>