svn commit: r331382 - head/devel/bpython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 23 12:48:11 UTC 2013


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}/


More information about the svn-ports-all mailing list