fix ap2 flavours; they should be in lang/php/Makefile not lang/Makefile

reported by naddy
This commit is contained in:
sthen 2012-11-28 20:51:39 +00:00
parent c2c9aa35ae
commit 49180dc5fe
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.143 2012/11/28 10:48:07 sthen Exp $
# $OpenBSD: Makefile,v 1.144 2012/11/28 20:51:39 sthen Exp $
SUBDIR =
SUBDIR += STk
@ -70,7 +70,6 @@
SUBDIR += petite-chez
SUBDIR += pfe
SUBDIR += php
SUBDIR += php,ap2
SUBDIR += pm3
SUBDIR += processing
SUBDIR += pugs

View File

@ -1,7 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/27 20:28:44 robert Exp $
# $OpenBSD: Makefile,v 1.2 2012/11/28 20:51:39 sthen Exp $
SUBDIR =
SUBDIR += 5.2
SUBDIR += 5.2,ap2
SUBDIR += 5.3
SUBDIR += 5.3,ap2
.include <bsd.port.subdir.mk>