diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-04-21 11:05:14 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-04-21 11:05:14 +0000 |
commit | dcd97dbe0f0ec5e6f9065d827f7ba128036637a2 (patch) | |
tree | 0823656e84d96d4c461de4924ec19ae2560527a9 /editors/texworks | |
parent | d970a56ec451aca5a16a16b4a497f05adc89bf7d (diff) | |
download | pkgsrc-dcd97dbe0f0ec5e6f9065d827f7ba128036637a2.tar.gz |
Use PKGMANDIR. Tidy formatting.
Diffstat (limited to 'editors/texworks')
-rw-r--r-- | editors/texworks/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 9d1b9506869..beba5f0d3cf 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2016/04/15 14:42:52 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2016/04/21 11:05:14 jperkin Exp $ DISTNAME= texworks-0.4.5-r1281 PKGNAME= texworks-0.4.5 @@ -19,10 +19,10 @@ DEPENDS+= poppler-data>=0.4.5:../../print/poppler-data WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -SUBST_CLASSES+=man -SUBST_STAGE.man=post-configure -SUBST_FILES.man=Makefile -SUBST_SED.man=-e s!/share/man/man1!/man/man1!g +SUBST_CLASSES+= man +SUBST_STAGE.man= post-configure +SUBST_FILES.man= Makefile +SUBST_SED.man= -e "s!/share/man/man1!/${PKGMANDIR}/man1!g" pre-configure: ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ |