Date: Wed, 23 Oct 2013 12:48:10 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331382 - head/devel/bpython Message-ID: <201310231248.r9NCmAZO071069@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Oct 23 12:48:10 2013 New Revision: 331382 URL: http://svnweb.freebsd.org/changeset/ports/331382 Log: - DESKTOPDIR is in BSD.local.dist now Modified: head/devel/bpython/Makefile Modified: head/devel/bpython/Makefile ============================================================================== --- head/devel/bpython/Makefile Wed Oct 23 12:35:04 2013 (r331381) +++ head/devel/bpython/Makefile Wed Oct 23 12:48:10 2013 (r331382) @@ -40,7 +40,6 @@ post-patch: @${REINPLACE_CMD} -e '/build\/man\/bpython/d; /data\/bpython.desktop/d' ${WRKSRC}/${PYSETUP} post-install: - ${MKDIR} ${DESKTOPDIR}/ ${INSTALL_MAN} ${WRKSRC}/build/man/bpython.1 ${MANPREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/build/man/bpython-config.5 ${MANPREFIX}/man/man5/ ${INSTALL_DATA} ${WRKSRC}/data/bpython.desktop ${DESKTOPDIR}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310231248.r9NCmAZO071069>