diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 21:36:13 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 22:51:49 +0300 |
commit | 764dcdaae30cbf58499fbf2335f2295bf01ab83d (patch) | |
tree | da2d60347fc1274451fba5f57cfaff870576ef04 | |
parent | misc/glow: mark BROKEN (does not link) (diff) |
astro/nightfall: fix plist and configure arg
These are fallout from c399c4d12f6462f1d535e9a3143fe0e679a63eb8
Approved by: portmgr blanket
Pointyhat to: bapt
-rw-r--r-- | astro/nightfall/Makefile | 2 | ||||
-rw-r--r-- | astro/nightfall/pkg-plist | 4 |
2 files changed, 1 insertions, 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 |