Date: Sat, 25 Apr 2015 00:53: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: r384697 - head/net/iodine Message-ID: <201504250053.t3P0rB5b037829@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Apr 25 00:53:10 2015 New Revision: 384697 URL: https://svnweb.freebsd.org/changeset/ports/384697 Log: - Add CPE info - Don't show pkg-message from the port's makefile - Whitespace fix Approved by: portmgr blanket Modified: head/net/iodine/Makefile Modified: head/net/iodine/Makefile ============================================================================== --- head/net/iodine/Makefile Sat Apr 25 00:52:06 2015 (r384696) +++ head/net/iodine/Makefile Sat Apr 25 00:53:10 2015 (r384697) @@ -13,12 +13,12 @@ COMMENT= Tunnel IPv4 data through a DNS LICENSE= ISCL +USES= cpe +CPE_VENDOR= kryo USE_RC_SUBR= iodined -USERS= _iodined -GROUPS= _iodined - -.include <bsd.port.pre.mk> +USERS= _iodined +GROUPS= _iodined do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${STAGEDIR}${PREFIX}/bin @@ -30,7 +30,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504250053.t3P0rB5b037829>