[Bug 233112] New port: misc/mapdir - Tool to map directory trees
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 4 18:51:17 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233112
Tobias Kortkamp <tobik at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|ports-bugs at FreeBSD.org |tobik at freebsd.org
Status|New |Open
Keywords| |needs-patch
--- Comment #1 from Tobias Kortkamp <tobik at 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.
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list