svn commit: r443390 - head/audio/shairport

Wen Heping wen at FreeBSD.org
Sun Jun 11 14:33:45 UTC 2017


Author: wen
Date: Sun Jun 11 14:33:44 2017
New Revision: 443390
URL: https://svnweb.freebsd.org/changeset/ports/443390

Log:
  - Minor cleanup of Makefile
  
  Spotted by:	danfe@

Modified:
  head/audio/shairport/Makefile

Modified: head/audio/shairport/Makefile
==============================================================================
--- head/audio/shairport/Makefile	Sun Jun 11 13:46:40 2017	(r443389)
+++ head/audio/shairport/Makefile	Sun Jun 11 14:33:44 2017	(r443390)
@@ -26,9 +26,6 @@ OPTIONS_DEFINE=	DOCS
 post-patch:
 	@${ECHO_CMD} '"'${PORTVERSION}'"' > ${WRKSRC}/version.h
 
-do-configure:
-	cd ${WRKSRC} ; ./configure
-
 do-install:
 	cd ${WRKSRC} ; ${GMAKE} PREFIX=${STAGEDIR}${PREFIX} install
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/shairport


More information about the svn-ports-all mailing list