diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-17 11:43:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-17 11:43:32 +0800 |
commit | 0171f5cf92da35f7ce6ff1c94e50b859e8e84186 (patch) | |
tree | 8fa90f0bd3318a13da5eba32387dd4a5b9d8ff21 /www/galeon2 | |
parent | 9767ad3b08852b700af2a9acbd957208ae6cf481 (diff) | |
download | freebsd-ports-gnome-0171f5cf92da35f7ce6ff1c94e50b859e8e84186.tar.gz freebsd-ports-gnome-0171f5cf92da35f7ce6ff1c94e50b859e8e84186.tar.zst freebsd-ports-gnome-0171f5cf92da35f7ce6ff1c94e50b859e8e84186.zip |
Make sure the mkinstalldirs script is executable.
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index c9b17fd9c63b..9d04e9746faa 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -90,6 +90,7 @@ post-patch: 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";|' @${CP} ${FILESDIR}/mkinstalldirs ${WRKSRC} + @${CHMOD} a+x ${WRKSRC}/mkinstalldirs post-configure: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ |