Actually, leave COPYING and controls.txt as they are, the frontends expect
them there.
This commit is contained in:
parent
b98c2f98c1
commit
b249e46b73
4 changed files with 8 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/05/08 23:47:03 salo Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/05/09 00:23:56 salo Exp $
|
||||
#
|
||||
|
||||
.include "../../misc/celestia/Makefile.common"
|
||||
|
@ -11,14 +11,11 @@ USE_GMAKE= YES
|
|||
CONFIGURE_ARGS+= --without-gtk
|
||||
CONFIGURE_ARGS+= --without-kde
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/celestia
|
||||
EGDIR= ${PREFIX}/share/examples/celestia
|
||||
|
||||
CONF_FILES= ${EGDIR}/celestia.cfg.default ${PKG_SYSCONFDIR}/celestia.cfg
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/controls.txt ${DOCDIR}
|
||||
${INSTALL_DATA_DIR} ${EGDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/celestia.cfg ${EGDIR}/celestia.cfg.default
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/08 23:47:03 salo Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2003/05/09 00:23:56 salo Exp $
|
||||
bin/celestia
|
||||
share/celestia/COPYING
|
||||
share/celestia/controls.txt
|
||||
share/celestia/data/asterisms.dat
|
||||
share/celestia/data/boundaries.dat
|
||||
share/celestia/data/deepsky.dsc
|
||||
|
@ -199,8 +201,6 @@ share/celestia/textures/medres/venus.jpg
|
|||
share/celestia/textures/medres/venuslike.jpg
|
||||
share/celestia/textures/medres/venussurface.jpg
|
||||
share/celestia/textures/mstar.jpg
|
||||
share/doc/celestia/COPYING
|
||||
share/doc/celestia/controls.txt
|
||||
share/doc/html/celestia/manual/celestia.html
|
||||
share/doc/html/celestia/manual/manual.css
|
||||
share/doc/html/celestia/manual/movement.html
|
||||
|
@ -209,7 +209,6 @@ share/examples/celestia/celestia.cfg.default
|
|||
@dirrm share/examples/celestia
|
||||
@dirrm share/doc/html/celestia/manual
|
||||
@dirrm share/doc/html/celestia
|
||||
@dirrm share/doc/celestia
|
||||
@dirrm share/celestia/textures/medres
|
||||
@dirrm share/celestia/textures/lores
|
||||
@exec ${MKDIR} %D/share/celestia/textures/hires
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/05/08 23:47:03 salo Exp $
|
||||
$NetBSD: distinfo,v 1.2 2003/05/09 00:23:56 salo Exp $
|
||||
|
||||
SHA1 (celestia-1.3.0.tar.gz) = 1ec0c5520f9ca44d76df8828afe6cd2f3d361894
|
||||
Size (celestia-1.3.0.tar.gz) = 15935711 bytes
|
||||
|
@ -6,4 +6,4 @@ SHA1 (patch-aa) = 1523b4faec51534b2e0df05b93071b93c5c2f493
|
|||
SHA1 (patch-ab) = 8e452ab8d693d0b79c89805adb6b876708285ec1
|
||||
SHA1 (patch-ac) = 47bf6f71ea272f82dbbf661cd38e1a0f3e31abd3
|
||||
SHA1 (patch-ad) = 76d5382d61154456d3f128e7ff170aaab0c2898b
|
||||
SHA1 (patch-ae) = db8a8f02c208ef2b66f6e1874b32bf5821fb113c
|
||||
SHA1 (patch-ae) = 0487878520c9328adb27cd7b60f0f50e362f897e
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-ae,v 1.1.1.1 2003/05/08 23:47:03 salo Exp $
|
||||
$NetBSD: patch-ae,v 1.2 2003/05/09 00:23:56 salo Exp $
|
||||
|
||||
--- Makefile.in.orig 2003-04-16 09:04:31.000000000 +0200
|
||||
+++ Makefile.in 2003-05-08 23:54:18.000000000 +0200
|
||||
|
@ -7,7 +7,7 @@ $NetBSD: patch-ae,v 1.1.1.1 2003/05/08 23:47:03 salo Exp $
|
|||
dosstuff = celestia.mak $(wildcard *.bat)
|
||||
noinst_DATA = devguide.txt $(dosstuff)
|
||||
-pkgdata_DATA = celestia.cfg $(wildcard *.cel) controls.txt COPYING
|
||||
+pkgdata_DATA = $(wildcard *.cel)
|
||||
+pkgdata_DATA = $(wildcard *.cel) controls.txt COPYING
|
||||
|
||||
EXTRA_DIST = $(pkgdata_DATA) $(noinst_DATA) admin
|
||||
|
||||
|
|
Loading…
Reference in a new issue