diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-06-03 10:28:59 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-06-03 10:28:59 +0000 |
commit | c9974a1aecdcc4ddf7add3f9dc8ddeac6c6e4996 (patch) | |
tree | a8dd562c2547f9157931f8c71db6e645b32f1d53 /www/bk2site/Makefile | |
parent | Fix typo in description. (diff) |
Make this port buildable again.
Submitted by: bento (complains RELENG_4)
Founded by: latest -CURRENT rocks again, now I'm able to real work.
Diffstat (limited to 'www/bk2site/Makefile')
-rw-r--r-- | www/bk2site/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/bk2site/Makefile b/www/bk2site/Makefile index ee4ee5995551..85ed52a7d9bf 100644 --- a/www/bk2site/Makefile +++ b/www/bk2site/Makefile @@ -47,6 +47,7 @@ post-patch: ${WRKSRC}/dot.bk2siterc ${WRKSRC}/search.pl ${WRKSRC}/bk2site.1 \ ${WRKSRC}/bk2site.html @${PERL} -pi -e 's,/icons/,/icons/bk2site/,' ${WRKSRC}/* + @${PERL} -pi -e 's,long int l,time_t l,' ${WRKSRC}/reference.C post-install: ${MKDIR} ${PREFIX}/etc/${PORTNAME} |