Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Mar 2004 08:36:01 -0700
From:      David Godsey <dave@godseyfamily.com>
To:        ports@FreeBSD.org
Subject:   Probably a simple one, but I haven't found anything on it in the Porter's Handbook, and google didn't find it for me.		When I build my installsi386-portbld-freebsd4.7-cs240chess. How do I change this name back to cs240chess?		Also when I try "make package"this would we great.  Thanks.		The name of the binary installed is wrong
Message-ID:  <4062FC61.40808@godseyfamily.com>

next in thread | raw e-mail | index | archive | help
Probably a simple one, but I haven't found anything on it in the 
Porter's Handbook, and google didn't find it for me.

When I build my project not as a FreeBSD port, I get a binary named 
cs240chess and it installs it with that name.  When I do it a as a 
FreeBSD port I get i386-portbld-freebsd4.7-cs240chess.  How do I change 
this name back to cs240chess?

Also when I try "make package" it tells me it can't find "bin/chess".  
Where does "make package" get the name of the binary it is supposed to 
package?

Any help on this would we great.  Thanks.

I forgot to include this in the last email.  Here is my Make file:

# New ports collection makefile for:   CS240chess
# Date created:        21 March 2004
# Whom:                David Godsey
#
# $FreeBSD$
#

PORTNAME=      CS240chess
PORTVERSION=   1.0
CATEGORIES=    games
MASTER_SITES=  ftp://ts8.vps2.iserver.net/

MAINTAINER=    dave@godseyfamily.com
COMMENT=       A simple chess game nobody will really want

##[dependencies -- can be empty]
BUILD_DEPENDS=   gtk--:${PORTSDIR}/x11-toolkits/gtk--
BUILD_DEPENDS=   pcre:${PORTSDIR}/devel/pcre

GNU_CONFIGURE= yes

.include <bsd.port.mk>
David Godsey

-- 
The most exciting phrase to hear in science, the one that heralds new
discoveries, is not "Eureka!" (I found it!) but "That's funny ..."
                -- Isaac Asimov




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