fix for SGML_CATALOGS supplied by recht@
This commit is contained in:
parent
b41f5f860b
commit
5aff07501a
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2003/12/02 21:23:39 adrian_p Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2003/12/08 19:01:46 adrian_p Exp $
|
||||
|
||||
DISTNAME= sgmltools-lite-3.0.3
|
||||
CATEGORIES= net www
|
||||
|
@ -27,6 +27,8 @@ CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share
|
|||
PYTHON_VERSIONS_ACCEPTED= 22 22pth 23 23pth 21 21pth 20
|
||||
_STRIPFLAG_INSTALL=
|
||||
|
||||
SGML_CATALOGS= ${PKG_SYSCONFDIR}/catalog
|
||||
|
||||
pre-configure:
|
||||
|
||||
${SED} -e 's|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g' \
|
||||
|
@ -41,5 +43,6 @@ post-install:
|
|||
|
||||
${INSTALL_DATA} ${WRKDIR}/catalog ${PKG_SYSCONFDIR}
|
||||
|
||||
.include "../../textproc/xmlcatmgr/catalogs.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue