aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2017-04-20 22:20:30 +0800
committerehaupt <ehaupt@FreeBSD.org>2017-04-20 22:20:30 +0800
commit606ceb005eb600ecf7bd7edbf2597da258c184e1 (patch)
treeb32a446d2527500a215442aa1d340b997f157674
parentccf3ed093d47dc81f688b9e3b9f128464277c99e (diff)
downloadfreebsd-ports-gnome-606ceb005eb600ecf7bd7edbf2597da258c184e1.tar.gz
freebsd-ports-gnome-606ceb005eb600ecf7bd7edbf2597da258c184e1.tar.zst
freebsd-ports-gnome-606ceb005eb600ecf7bd7edbf2597da258c184e1.zip
Add PORTSCOUT to ignore invalid version
-rw-r--r--devel/libbinio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile
index cf98b06b2df5..a323d08cca90 100644
--- a/devel/libbinio/Makefile
+++ b/devel/libbinio/Makefile
@@ -21,6 +21,8 @@ GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
INSTALL_TARGET= install-strip
+PORTSCOUT= skipv:start
+
post-patch:
@${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.am