git: f30762c8f93b - main - astro/kstars: remove unused post-extract

From: Adriaan de Groot <adridg_at_FreeBSD.org>
Date: Fri, 21 Jan 2022 23:17:09 UTC
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f30762c8f93b0339065b6993a7bf004cf6d15583

commit f30762c8f93b0339065b6993a7bf004cf6d15583
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-01-21 23:13:04 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2022-01-21 23:16:57 +0000

    astro/kstars: remove unused post-extract
    
    I forgot to remove this before pushing the ports update;
    now I've closed the linked upstream bug report too.
---
 astro/kstars/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile
index 3ec999263253..2e5de945634d 100644
--- a/astro/kstars/Makefile
+++ b/astro/kstars/Makefile
@@ -32,9 +32,4 @@ USE_QT=		concurrent core datavis3d dbus declarative gui multimedia \
 		xml \
 		buildtools_build qmake_build
 
-post-extract:
-	# KDE Bug https://bugs.kde.org/show_bug.cgi?id=439541
-	# ${RM} ${WRKSRC}/po/de/docs/kstars/index.docbook
-	true
-
 .include <bsd.port.mk>