Date: Tue, 30 Mar 1999 12:45:13 -0600 From: "G. Adam Stanislav" <zen@buddhist.com> To: <freebsd-ports@FreeBSD.org> Subject: Double slash Message-ID: <3.0.6.32.19990330124513.008fcea0@mail.bfm.org>
next in thread | raw e-mail | index | archive | help
Hello, I am trying to prepare a port, but when I type "make install", this is what I get: >===> Installing for tuc-1.10 >gcc -O3 tuc.c -o tuc >strip tuc >install tuc /usr/local/bin >===> Generating temporary packing list >===> Compressing manual pages for tuc-1.10 >/usr/local/man//man1/tuc.1: No such file or directory >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. >*** Error code 1 > >Stop. > Please note the double slash between "man" and "man1" in the error message. Here is my Makefile: ># New ports collection makefile for: tuc ># Version required: 1.10 ># Date created: 30 March 1999 ># Whom: G. Adam Stanislav <adam@whizkidtech.net> ># ># $Id$ ># > >DISTNAME= tuc-1.10 >CATEGORIES= textproc >MASTER_SITES= http://www.whizkidtech.net/ >MASTER_SITE_SUBDIR= fports > >MAINTAINER= adam@whizkidtech.net > >MAN1= tuc.1 > >NO_CDROM= Author does not allow CD-ROM distribution > >.include <bsd.port.mk> > And here is the Makefile inside tuc-1.10.tar.gz: ># tuc version 1.10 >all: tuc > >tuc: tuc.c > gcc -O3 tuc.c -o tuc > strip tuc > >install: tuc > install tuc ${PREFIX}/bin > > What am I doing wrong? Adam --- Want to design your own web counter? Get GCL 2.10 from http://www.whizkidtech.net/gcl/ 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?3.0.6.32.19990330124513.008fcea0>