svn commit: r380726 - head/ftp/waiho

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 8 02:33:11 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list