Date: Thu, 31 Oct 2013 23:40:03 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332307 - head/net/wmnd Message-ID: <201310312340.r9VNe3U1012402@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Thu Oct 31 23:40:02 2013 New Revision: 332307 URL: http://svnweb.freebsd.org/changeset/ports/332307 Log: Simplify Makefile Modified: head/net/wmnd/Makefile Modified: head/net/wmnd/Makefile ============================================================================== --- head/net/wmnd/Makefile Thu Oct 31 23:39:21 2013 (r332306) +++ head/net/wmnd/Makefile Thu Oct 31 23:40:02 2013 (r332307) @@ -23,14 +23,10 @@ PORTEXAMPLES= wmndrc PLIST_FILES= bin/wmnd \ man/man1/wmnd.1.gz -.include <bsd.port.pre.mk> - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${STAGEDIR}${MANPREFIX}/man/man1 -.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${STAGEDIR}${EXAMPLESDIR} -.endif -.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?201310312340.r9VNe3U1012402>