# New ports collection makefile for: whichman # Date created: 6 June 2000 # Whom: Yen-Ming Lee # # $FreeBSD$ # PORTNAME= whichman PORTVERSION= 2.4 CATEGORIES= misc MASTER_SITES= http://main.linuxfocus.org/~guido.socher/ MAINTAINER= ports@FreeBSD.org COMMENT= Approximate matching utilities to search for manpages and files USE_REINPLACE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= ftff.1 ftwhich.1 whichman.1 PLIST_FILES= bin/ftff bin/ftwhich bin/whichman post-patch: @${REINPLACE_CMD} -e 's|/usr/man:||g' ${WRKSRC}/whichman.c do-install: .for name in ftff ftwhich whichman ${INSTALL_PROGRAM} ${WRKSRC}/${name} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man1/${name}.1 ${MANPREFIX}/man/man1 .endfor .include title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.adamw2014-07-161-0/+2
* - Stage supportmiwi2014-02-211-7/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - Remove Author linesunpoet2013-08-301-1/+0
* - Use single space after WWW:sunpoet2013-08-29