Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2019 04:15:45 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491323 - head/audio/baudline
Message-ID:  <201901270415.x0R4FjMX016240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jan 27 04:15:45 2019
New Revision: 491323
URL: https://svnweb.freebsd.org/changeset/ports/491323

Log:
  audio/baudline: Fix missing include bsd.port.pre.mk/bsd.port.post.mk to allow proper detection of manually downloaded distfile
  
  PR:		235229
  Submitted by:	dan@pldn.xyz

Modified:
  head/audio/baudline/Makefile

Modified: head/audio/baudline/Makefile
==============================================================================
--- head/audio/baudline/Makefile	Sun Jan 27 04:10:19 2019	(r491322)
+++ head/audio/baudline/Makefile	Sun Jan 27 04:15:45 2019	(r491323)
@@ -28,6 +28,7 @@ OPTIONS_DEFAULT=	MPG123
 
 MMPG123_RUN_DEPENDS=	mpg123:audio/mpg123
 
+.include <bsd.port.pre.mk>
 .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
 IGNORE=		may not be automatically fetched due to licensing\
 		restrictions. You must manually fetch ${DISTFILES} from\
@@ -46,4 +47,4 @@ do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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