Date: Sun, 8 Mar 2015 02:33:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380726 - head/ftp/waiho Message-ID: <201503080233.t282XBLl022355@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Mar 8 02:33:10 2015 New Revision: 380726 URL: https://svnweb.freebsd.org/changeset/ports/380726 QAT: https://qat.redports.org/buildarchive/r380726/ Log: - Pet portlint - Add LICENSE_FILE - Strip binary Modified: head/ftp/waiho/Makefile Modified: head/ftp/waiho/Makefile ============================================================================== --- head/ftp/waiho/Makefile Sun Mar 8 02:33:09 2015 (r380725) +++ head/ftp/waiho/Makefile Sun Mar 8 02:33:10 2015 (r380726) @@ -2,20 +2,24 @@ PORTNAME= waiho PORTVERSION= 0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp gnustep MASTER_SITES= http://www.roard.com/waiho/download/ DISTNAME= Waiho-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Simple FTP client for GNUstep LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING +USES= tar:tgz USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Waiho.app/Waiho + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503080233.t282XBLl022355>