Files
ports/misc/gwhich/Makefile
T
Alexey Dokuchaev 56b0347108 misc/gwhich: update GNU which to the latest version 2.25
- Bug fix for an out of bounds stack read (by Daniel Anderson)
- Scripts regenerated with automake 1.18.1 and autoconf 2.73
- Install a bunch of documentation files and convert EXAMPLES
  option into DOCS (one file does not warrant this separation)
- While here, provide a more sensible and useful COMMENT text

Reported by:	portscout
2026-05-28 16:49:34 +00:00

27 lines
587 B
Makefile

PORTNAME= gwhich
PORTVERSION= 2.25
CATEGORIES= misc
MASTER_SITES= GNU/which
DISTNAME= which-${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Identify executable, alias, or shell function
WWW= https://savannah.gnu.org/projects/which/
LICENSE= GPLv3+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
INFO= which
PLIST_FILES= bin/gwhich share/man/man1/gwhich.1.gz
PORTDOCS= AUTHORS EXAMPLES NEWS README.*
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>