diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2022-01-21 23:13:04 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2022-01-21 23:16:57 +0000 |
commit | f30762c8f93b0339065b6993a7bf004cf6d15583 (patch) | |
tree | 6367aa6627af8ec687628b4c2e0832089307a3ab | |
parent | 9925eadd093b64b3023e582987d5303fee7ff97e (diff) | |
download | ports-f30762c8f93b0339065b6993a7bf004cf6d15583.tar.gz ports-f30762c8f93b0339065b6993a7bf004cf6d15583.zip |
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.
-rw-r--r-- | astro/kstars/Makefile | 5 |
1 files changed, 0 insertions, 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> |