diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-08 22:43:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-08 22:43:23 +0000 |
commit | d0076c34032ae1515a026b1659f5e6a84c67594e (patch) | |
tree | bf1dd9cbdc81069dd542e4c95eaabbce12693e97 /textproc/xhtml | |
parent | 7ae1d7e60010d1bcb1504352d555229aea547d33 (diff) | |
download | pkgsrc-d0076c34032ae1515a026b1659f5e6a84c67594e.tar.gz |
Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
Diffstat (limited to 'textproc/xhtml')
-rw-r--r-- | textproc/xhtml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xhtml/Makefile b/textproc/xhtml/Makefile index b5cc4966bcf..0cee4b654bb 100644 --- a/textproc/xhtml/Makefile +++ b/textproc/xhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/26 02:13:24 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/04/08 22:43:26 joerg Exp $ # DISTNAME= xhtml1 @@ -13,7 +13,6 @@ HOMEPAGE= http://www.w3.org/MarkUp/ COMMENT= DTDs for the Extensible Hypertext Markup Language NO_BUILD= yes -NO_MTREE= yes USE_LANGUAGES= # empty USE_TOOLS+= pax WRKSRC= ${WRKDIR}/xhtml1-20020801 |