diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-04-20 22:20:30 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-04-20 22:20:30 +0800 |
commit | 606ceb005eb600ecf7bd7edbf2597da258c184e1 (patch) | |
tree | b32a446d2527500a215442aa1d340b997f157674 | |
parent | ccf3ed093d47dc81f688b9e3b9f128464277c99e (diff) | |
download | freebsd-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/Makefile | 2 |
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 |