diff options
Diffstat (limited to 'misc/flag-icons/Makefile')
-rw-r--r-- | misc/flag-icons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/flag-icons/Makefile b/misc/flag-icons/Makefile index 7a123012a67d..3e80aee9fc3d 100644 --- a/misc/flag-icons/Makefile +++ b/misc/flag-icons/Makefile @@ -1,5 +1,5 @@ PORTNAME= flag-icons -PORTVERSION= 7.3.2 +PORTVERSION= 7.5.0 DISTVERSIONPREFIX= v CATEGORIES= misc @@ -28,6 +28,7 @@ PKGNAMESUFFIX= -${FLAVOR} .endif post-extract: + @${TEST} $$(${FIND} ${WRKSRC}/flags -type f | wc -l) = $$((271 * 2)) cd ${WRKSRC}/flags && ${SH} ${FILESDIR}/makeflags.sh add-missing-flags do-build: |