Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2018 12:44:02 +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: r473966 - head/audio/lame
Message-ID:  <201807051244.w65Ci25p026246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul  5 12:44:02 2018
New Revision: 473966
URL: https://svnweb.freebsd.org/changeset/ports/473966

Log:
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/audio/lame/Makefile

Modified: head/audio/lame/Makefile
==============================================================================
--- head/audio/lame/Makefile	Thu Jul  5 12:03:57 2018	(r473965)
+++ head/audio/lame/Makefile	Thu Jul  5 12:44:02 2018	(r473966)
@@ -46,6 +46,8 @@ post-patch:
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmp3lame.so.0
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${DOC_FILES}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807051244.w65Ci25p026246>