diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2008-01-04 18:44:16 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2008-01-04 18:44:16 +0000 |
commit | 6d61d7d193aa21b3ec6b0acd586b0c038f2a8304 (patch) | |
tree | f365927b7de98ce81c9ee76b725471aa70ff0b79 /devel/hs-darcs/Makefile | |
parent | cc1b055216c66eeb6be8e790afe73ac875fb77aa (diff) |
Notes
Diffstat (limited to 'devel/hs-darcs/Makefile')
-rw-r--r-- | devel/hs-darcs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 8d78c3c41565..6ea689938a19 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -26,6 +26,7 @@ USE_GMAKE= yes MAKEFILE= GNUmakefile ALL_TARGET= darcs darcs.1 INSTALL_TARGET= installbin +USE_AUTOTOOLS= autoconf:261:env .include <bsd.port.pre.mk> @@ -56,6 +57,9 @@ post-patch: ${WRKSRC}/${MAKEFILE} .endif +pre-configure: + @(cd ${WRKSRC} && ${AUTORECONF}) + post-configure: @${REINPLACE_CMD} -e 's|$${prefix}|${PREFIX}|' ${WRKSRC}/cgi/darcs.cgi |