diff options
-rw-r--r-- | devel/libvanessa_adt/Makefile | 5 | ||||
-rw-r--r-- | devel/libvanessa_adt/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/libvanessa_adt/Makefile b/devel/libvanessa_adt/Makefile index e27f14587d7b..c75e2f2f501b 100644 --- a/devel/libvanessa_adt/Makefile +++ b/devel/libvanessa_adt/Makefile @@ -20,7 +20,12 @@ LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger INSTALLS_SHLIB= YES USE_LIBTOOL= YES +USE_REINPLACE= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} "s,^SUBDIRS = libvanessa_adt test debian,SUBDIRS = libvanessa_adt," \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/devel/libvanessa_adt/pkg-plist b/devel/libvanessa_adt/pkg-plist index f6a3badcef5b..214907674af7 100644 --- a/devel/libvanessa_adt/pkg-plist +++ b/devel/libvanessa_adt/pkg-plist @@ -1,4 +1,3 @@ -bin/dynamic_array_test include/vanessa_adt.h lib/libvanessa_adt.so.0 lib/libvanessa_adt.so |