diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-17 03:43:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-17 03:43:32 +0000 |
commit | 6beb22c01efc2aa43b84fb7245056dc8537d229e (patch) | |
tree | b2bce9dc668fddf0c359ff7f008c9db9eaa0a326 /www | |
parent | 5b593f612135c67bac1229b5f1d39c0fa60aa39c (diff) | |
download | ports-6beb22c01efc2aa43b84fb7245056dc8537d229e.tar.gz ports-6beb22c01efc2aa43b84fb7245056dc8537d229e.zip |
Notes
Diffstat (limited to 'www')
-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 ; \ |