[Midnightbsd-cvs] mports [19009] trunk/devel/bugzilla44/Makefile: fix include

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 15 20:47:30 EDT 2015


Revision: 19009
          http://svnweb.midnightbsd.org/mports/?rev=19009
Author:   laffer1
Date:     2015-05-15 20:47:29 -0400 (Fri, 15 May 2015)
Log Message:
-----------
fix include

Modified Paths:
--------------
    trunk/devel/bugzilla44/Makefile

Modified: trunk/devel/bugzilla44/Makefile
===================================================================
--- trunk/devel/bugzilla44/Makefile	2015-05-16 00:47:00 UTC (rev 19008)
+++ trunk/devel/bugzilla44/Makefile	2015-05-16 00:47:29 UTC (rev 19009)
@@ -40,7 +40,7 @@
 
 .include "${.CURDIR}/Makefile.common"
 .include "${.CURDIR}/Makefile.options"
-.include <bsd.port.options.mk>
+.include <bsd.mport.options.mk>
 
 .include <bsd.port.pre.mk>
 .if ${PERL_LEVEL} >= 501800



More information about the Midnightbsd-cvs mailing list