Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2000 15:44:04 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22359: Update port: astro/xephem
Message-ID:  <20001027224404.2E5AA37B4C5@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         22359
>Category:       ports
>Synopsis:       Update port: astro/xephem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 27 15:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix Imakefile breakage under XFree86 4.x

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/astro/xephem/Makefile astro/xephem/Makefile
--- /usr/ports/astro/xephem/Makefile	Thu Aug  3 21:05:03 2000
+++ astro/xephem/Makefile	Thu Oct 26 04:33:46 2000
@@ -14,16 +14,15 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-USE_XPM=	yes
+WRKSRC=		${WRKDIR}/${DISTNAME}/GUI/xephem
+
 REQUIRES_MOTIF=	yes
+USE_XPM=	yes
 USE_IMAKE=	yes
-MANCOMPRESSED=	no
-WRKSRC=		${WRKDIR}/${DISTNAME}/GUI/xephem
+MAN1=		xephem.1
 
 LIBSRC=		${WRKDIR}/${DISTNAME}/libastro
 
-MAN1=		xephem.1
-
 AUXIL=		README jupiter.9910 logo.gif mars.9910 mars_db marsmap.fts \
 		moon.fts moon_db saturne.9910 uranus.9910 xephem.hlp \
 		xephem_sites
@@ -46,9 +45,7 @@
 	@(cd ${LIBSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
 	${SED} -e "s^@PREFIX@^${PREFIX}^" ${WRKSRC}/XEphem.ad > ${WRKSRC}/XEphem.ad.new
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xephem ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/xephem.man ${PREFIX}/man/man1/xephem.1
+post-install:
 	${INSTALL_DATA} ${WRKSRC}/XEphem.ad.new ${PREFIX}/lib/X11/app-defaults/XEphem
 	${MKDIR} ${PREFIX}/lib/X11/xephem
 


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001027224404.2E5AA37B4C5>