From 00956bdd439bc88d8cfcadac2a21870c74333761 Mon Sep 17 00:00:00 2001 From: sf Date: Wed, 3 Jan 2001 19:55:30 +0000 Subject: make ${WRKSRC}/${CONFIGURE_SCRIPT} writable befor configure to allow building without root privilege. PR: 21951 Submitted by: Kawata Masahiko --- databases/db4/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'databases/db4') diff --git a/databases/db4/Makefile b/databases/db4/Makefile index 39e37a52842f..2ff31bb96a22 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -30,4 +30,7 @@ CONFIGURE_ARGS= --enable-compat185 \ pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/${CONFIGURE_SCRIPT} +post-patch: + @${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT} + .include -- cgit bsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update mastersite.jmelo2007-07-121-1/+1