diff options
-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> |