diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-30 20:12:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-30 20:12:17 +0000 |
commit | 8e53e5d3de32d612173641d5cfc75d98a19a2f21 (patch) | |
tree | 6c3812e817898a87647ce92c1693ff48472699af /devel/xsd | |
parent | c5e3b82fcd601c07a1b0c9c678cb4f7d54bb35a3 (diff) | |
download | pkgsrc-8e53e5d3de32d612173641d5cfc75d98a19a2f21.tar.gz |
Remove lisping music style from comment.
Diffstat (limited to 'devel/xsd')
-rw-r--r-- | devel/xsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile index 809ee93e19c..fb63fefba0f 100644 --- a/devel/xsd/Makefile +++ b/devel/xsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/10/30 19:29:54 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2009/10/30 20:12:17 wiz Exp $ DISTNAME= xsd-3.2.0+dep EXTRACT_SUFX= .tar.bz2 @@ -22,7 +22,7 @@ SUBST_FILES.rpath= */*/*/configuration-dynamic.make SUBST_SED.rpath= -e 's|cxx_rpath[ ]*:=[ ]*n|cxx_rpath := y|g' do-build: - # XXX: rapth needs a better hack. TODO: add optimization + # XXX: rpath needs a better hack. TODO: add optimization cd ${WRKSRC} && LDFLAGS="-Wl,-rpath,${PREFIX}/lib" ./build.sh do-install: |