Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Feb 2019 18:51:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233112] New port: misc/mapdir - Tool to map directory trees
Message-ID:  <bug-233112-7788-EaHsI47tnT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233112-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233112-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=3D233112

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |tobik@freebsd.org
             Status|New                         |Open
           Keywords|                            |needs-patch

--- Comment #1 from Tobias Kortkamp <tobik@freebsd.org> ---
Please update WWW (it's a 404) and please use your Bugzilla account email
for MAINTAINER so Bugzilla can correctly assign you to bugs that are filed
against the port in the future.

X       ${REINPLACE_CMD} -e 's|/bin/sh|/usr/local/bin/bash|' \

This needs to have ${LOCALBASE} instead of /usr/local.

X       cd ${WRKSRC} && ${GZIP_CMD} ${PORTNAME}.1

The framework already does that automatically later.  Just remove it.=20=20

Xdo-install:
X       cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} ${STAGEDIR}${PREFIX}/=
bin
X       cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1.gz
${STAGEDIR}${PREFIX}/man/man1

This a very complicated way to say:

do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/mapdir ${STAGEDIR}${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/mapdir.1 ${STAGEDIR}${PREFIX}/man/man1

--=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-233112-7788-EaHsI47tnT>