diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-08 23:52:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-08 23:52:42 +0000 |
commit | b1ce9d34c7907b4a6b073c5e7ef2918847163159 (patch) | |
tree | fcf734b6286be19f5fa658d219a7ae5ae8665123 /www/bk2site | |
parent | 25f59fa57def11e932c69ccf0646360d55db6cfb (diff) |
Notes
Diffstat (limited to 'www/bk2site')
-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 9cce042987b3..baeefcfa1173 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 + @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f post-install: ${MKDIR} ${PREFIX}/etc/${PORTNAME} |