Index: head/devel/libbinio/Makefile =================================================================== --- head/devel/libbinio/Makefile (revision 438950) +++ head/devel/libbinio/Makefile (revision 438951) @@ -1,27 +1,29 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= libbinio PORTVERSION= 1.4 PORTREVISION= 4 CATEGORIES= devel MAINTAINER= ehaupt@FreeBSD.org COMMENT= Binary I/O stream class library LICENSE= LGPL21 USES= autoreconf libtool pathfix GNU_CONFIGURE= yes USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= adplug GH_TAGNAME= ${PORTNAME}-${PORTVERSION} INSTALL_TARGET= install-strip +PORTSCOUT= skipv:start + post-patch: @${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.am .include