diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-03 00:39:11 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-03 00:39:11 +0000 |
commit | 7af04e3b308ea4fb006156c3a375d27f6d1a4be4 (patch) | |
tree | de548b7be5cd2fcd67e1e57ea48b9c6b3e308923 /devel/libassa | |
parent | b5e0eff0da5f2a4c14fe2628031cdf710e4100dc (diff) |
Notes
Diffstat (limited to 'devel/libassa')
-rw-r--r-- | devel/libassa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index b9be90a365b2..d1c1dd0dbd13 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -22,7 +22,9 @@ CONFIGURE_ARGS= --disable-html-docs --disable-static INSTALLS_SHLIB= yes post-patch: - @${CP} ${LTMAIN} ${WRKSRC} @${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in +pre-configure: + @${CP} ${LTMAIN} ${WRKSRC} + .include <bsd.port.mk> |