Subject: Re: =?iso-8859-1?Q?What=B4s?= wrong with my Makefile
To: Totty <tsadowski@gmx.net>
From: Greywolf <greywolf@starwolf.com>
List: tech-pkg
Date: 02/12/2001 12:19:39
On Mon, 12 Feb 2001, Totty wrote:

# Date: Mon, 12 Feb 2001 21:12:54 +0100
# From: Totty <tsadowski@gmx.net>
# To: tech-pkg@netbsd.org
# Subject: What´s wrong with my Makefile
# 
# Hi,
# I´m trying to make a pkg but make hickups on the installation (copying).
# 
# What did I do wrong? It works in other Makefiles for packages.
# 
# Makefile:
# # $NetBSD$
# #
# 
# DISTNAME=       xjdic23
# PKGNAME=        xjdic
# CATEGORIES=     japanese
# MASTER_SITES=   ftp://ftp.cc.monash.edu.au/pub/nihongo/
# EXTRACT_SUFX=   .tgz
# 
# MAINTAINER=     tsadowski@gmx.net
# HOMEPAGE=
# 
# WRKSRC=         ${WRKDIR}
# 
# PKG_VERBOSE=    yes
# NO_CONFIGURE=   yes
# 
# .include "../../mk/bsd.prefs.mk"
# #either stand alone or client and/or server
# STAND_ALONE=    yes
# CLIENT=         no
# SERVER=         no
# 
# 
# do-install:
# .if defined(STAND_ALONE)
# @${CP} ${WRKDIR}/xjdic_sa ${PREFIX}/bin/xjdic

^^^ Do you need a tab right there?

Did you rebuild make yet?

				--*greywolf;
--
*BSD: penguin flesh never tasted so good.