diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-10-30 00:34:56 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-10-30 00:34:56 +0000 |
commit | 8620ca1c78a7df32e02cc47d80f0db0f923645d8 (patch) | |
tree | b649f820e977d82159cc8555c1e30218f61541c7 /www/kazehakase/Makefile | |
parent | 30c5ce24e3663fe848f61b8f3179f45f245c9366 (diff) |
Notes
Diffstat (limited to 'www/kazehakase/Makefile')
-rw-r--r-- | www/kazehakase/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index ddb442af433a..ce8d5d1e455d 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -6,10 +6,10 @@ # PORTNAME= kazehakase -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/16705 +MASTER_SITE_SUBDIR= ${PORTNAME}/17175 MAINTAINER= ahze@FreeBSD.org COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon @@ -127,6 +127,8 @@ post-patch: .endif post-configure: + @${CP} -f ${FILESDIR}/mkinstalldirs ${WRKSRC} + @${CHMOD} +x ${WRKSRC}/mkinstalldirs @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%X11BASE%%|${X11BASE}|g ; \ |