diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-11 05:08:31 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-11 05:08:31 +0000 |
commit | b765c8cbc69de9fccea0490a2552acc14d45113b (patch) | |
tree | dd4855006f4ee463e92f52f40c4089d9d2601f73 /devel/xmltooling | |
parent | dcb3e8aa5942a482f435df0712a2b0cb8479b905 (diff) |
Notes
Diffstat (limited to 'devel/xmltooling')
-rw-r--r-- | devel/xmltooling/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index bc685c3ba55e..6e7fad680bbc 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -31,7 +31,7 @@ post-patch: ${WRKSRC}/configure .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in .endif .include <bsd.port.mk> |