Convert to buildlink2 (was mixing one and two).
This commit is contained in:
parent
741cce2df5
commit
0240d2a06b
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.3 2002/02/28 06:19:03 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2002/09/10 12:32:11 wiz Exp $
|
||||
|
||||
MODNAME= xslt
|
||||
CATEGORIES+= textproc
|
||||
PKGREVISION= # empty
|
||||
COMMENT= PHP4 extension for XSLT functions (Sablotron backend)
|
||||
|
||||
USE_BUILDLINK_ONLY= YES
|
||||
USE_BUILDLINK2= YES
|
||||
|
||||
.include "../../www/php4/Makefile.module"
|
||||
|
||||
|
@ -27,5 +27,5 @@ post-install:
|
|||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} README.XSLT-BACKENDS ${DOCDIR}
|
||||
|
||||
.include "../../textproc/sablotron/buildlink.mk"
|
||||
.include "../../textproc/sablotron/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue