From 706d15c991fd722daaae9d14ff5fd6728b3af1f7 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Thu, 19 Jun 2014 20:05:13 +0000 Subject: - Support staging - Add LICENSE (GPLv2) - Make COMMENT make more sense Approved by: portmgr (blanket approval) --- misc/gtkfind/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'misc/gtkfind') diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index 327fb43bb3a1..421190ebdddd 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -9,7 +9,9 @@ MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ \ http://www.purplehat.org/downloads/gtkfind/ MAINTAINER= perryh@pluto.rain.com -COMMENT= The program to use to have to remember all the options to find(1) +COMMENT= GTK front-end to find(1) + +LICENSE= GPLv2 BUILD_DEPENDS= appres:${PORTSDIR}/x11/appres \ xterm:${PORTSDIR}/x11/xterm @@ -18,15 +20,14 @@ USES= gmake USE_GNOME= gtk12 GNU_CONFIGURE= yes -MAN1= gtkfind.1 -PLIST_FILES= bin/gtkfind +PLIST_FILES= bin/gtkfind \ + man/man1/gtkfind.1.gz -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure ${WRKSRC}/Makefile.in do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gtkfind ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gtkfind.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/gtkfind ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/gtkfind.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include -- cgit v1.2.3