diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-04 13:32:02 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-04 13:32:02 +0000 |
commit | 015c56ae8274b1ce1afc798ef0ebafa629145004 (patch) | |
tree | b9ddc10bb078b38ce7a89590ecad64b7a6c8c601 /www | |
parent | c71442b16678236237267406f90327949bef47b9 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/twhttpd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/twhttpd/Makefile b/www/twhttpd/Makefile index 8454ff674ee6..6f8ac3acd2c2 100644 --- a/www/twhttpd/Makefile +++ b/www/twhttpd/Makefile @@ -17,6 +17,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lmd" +SUB_FILES= pkg-message +SUB_LIST= PREFIX=${PREFIX} + post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.h @${REINPLACE_CMD} -e 's| md5\.o | |g' ${WRKSRC}/Makefile.in |