diff options
author | Clive Lin <clive@FreeBSD.org> | 2007-07-03 07:37:21 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2007-07-03 07:37:21 +0000 |
commit | 3e3ae40d1638559048dd4cb388394159b92718b9 (patch) | |
tree | 3f4aee13b94e601926b962537b6b4455da114d53 /www | |
parent | 00e0bad769874ba81e10a53673f9fdfa6a5ebf18 (diff) | |
download | ports-3e3ae40d1638559048dd4cb388394159b92718b9.tar.gz ports-3e3ae40d1638559048dd4cb388394159b92718b9.zip |
Notes
Diffstat (limited to 'www')
-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 dd5902240989..d7533ee81f86 100644 --- a/www/bk2site/Makefile +++ b/www/bk2site/Makefile @@ -48,6 +48,7 @@ post-patch: ${WRKSRC}/bk2site.html @${REINPLACE_CMD} -e 's,/icons/,/icons/bk2site/,' ${WRKSRC}/* @${REINPLACE_CMD} -e 's,long int l,time_t l,' ${WRKSRC}/reference.C + @${REINPLACE_CMD} -e 's,iwebstream::,,' ${WRKSRC}/iwebstream.H @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f post-install: |