Date: Tue, 16 Oct 2018 18:49:18 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232315] [NEW PORT] shells/poshinit : portable way of using the same shell environment with Bash / Zsh across FreeBSD / Linux / Cygwin Message-ID: <bug-232315-7788-zGcQeFyOMl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-232315-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-232315-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232315 --- Comment #13 from bourne.identity@hotmail.com <bourne.identity@hotmail.c= om> --- Can someone please help me fix my Makefile such that it starts installing files/poshinit.1 as the man page ? Currently, I just keep getting this error : pkg-static: Unable to access file /usr/ports/shells/poshinit/work/stage/usr/local/man/man1/poshinit.1:No such file or directory *** Error code 74 It appears that makefile auto-compresses poshinit.1 /usr/ports/shells/poshinit/work/stage/usr/local/man/man1/poshinit.1.gz Thanks for any help. Here is what my Makefile currently looks like : PORTNAME=3D poshinit PORTVERSION=3D 1.0 CATEGORIES=3D shells MASTER_SITES=3D MAINTAINER=3D bourne.identity@hotmail.com COMMENT=3D Portable shell environment across Bash/Zsh & across FreeBSD/Linux/Cygwin NO_BUILD=3D yes NO_ARCH=3D yes PLIST_FILES=3D bin/${PORTNAME} man/man1/${PORTNAME}.1 DISTFILES=3D do-install: ${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 .include <bsd.port.mk> --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232315-7788-zGcQeFyOMl>