git: 764dcdaae30c - main - astro/nightfall: fix plist and configure arg

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 14 19:54:25 UTC 2021


The branch main has been updated by amdmi3:

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

commit 764dcdaae30cbf58499fbf2335f2295bf01ab83d
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-14 18:36:13 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-14 19:51:49 +0000

    astro/nightfall: fix plist and configure arg
    
    These are fallout from c399c4d12f6462f1d535e9a3143fe0e679a63eb8
    
    Approved by:    portmgr blanket
    Pointyhat to:   bapt
---
 astro/nightfall/Makefile  | 2 +-
 astro/nightfall/pkg-plist | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile
index d4aa549d14e9..0b295168773e 100644
--- a/astro/nightfall/Makefile
+++ b/astro/nightfall/Makefile
@@ -18,7 +18,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-locale-prefix=${PREFIX}/share/locale \
-		--disable-gome
+		--disable-gnome
 
 OPTIONS_DEFINE=		PGPLOT OPENGL
 OPTIONS_DEFAULT=	PGPLOT OPENGL
diff --git a/astro/nightfall/pkg-plist b/astro/nightfall/pkg-plist
index 83e149ecba4c..6f06a575d862 100644
--- a/astro/nightfall/pkg-plist
+++ b/astro/nightfall/pkg-plist
@@ -1,8 +1,6 @@
 bin/nightfall
 man/man1/nightfall.1.gz
 share/applications/nightfall.desktop
-%%GNOME%%share/gnome/help/nightfall/C/nightfall.xml
-%%GNOME%%share/gnome/help/nightfall/de/nightfall.xml
 share/locale/de/LC_MESSAGES/nightfall.mo
 share/locale/it/LC_MESSAGES/nightfall.mo
 %%DATADIR%%/cfg/51_peg.cfg
@@ -92,5 +90,3 @@ share/locale/it/LC_MESSAGES/nightfall.mo
 %%DATADIR%%/pixmaps/starp_256.jpg
 %%DATADIR%%/pixmaps/stars_128.jpg
 %%DATADIR%%/pixmaps/stars_256.jpg
-%%GNOME%%share/omf/nightfall/nightfall-C.omf
-%%GNOME%%share/omf/nightfall/nightfall-de.omf


More information about the dev-commits-ports-all mailing list