diff options
author | markd <markd@pkgsrc.org> | 2012-09-17 12:12:53 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-09-17 12:12:53 +0000 |
commit | 43b3bcf7214047afb8740dbce2e147220fbc2691 (patch) | |
tree | 0b925737d167a65a8504daa9eaec6d14ca9e7d36 /editors | |
parent | 125f1947a39e9d4ca4a2c4ce378804856ea0d178 (diff) | |
download | pkgsrc-43b3bcf7214047afb8740dbce2e147220fbc2691.tar.gz |
Fix location of spelling dictionaries. Bump PKGREVISION.
While here fix COMMENT in Makefile and @comment in PLIST
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texworks/Makefile | 8 | ||||
-rw-r--r-- | editors/texworks/PLIST | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 5173d27faa3..9090635d735 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2012/09/15 10:04:30 obache Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/17 12:12:53 markd Exp $ DISTNAME= texworks-0.4.3-r858 PKGNAME= texworks-0.4.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= http://texworks.googlecode.com/files/ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://www.tug.org/texworks/ -COMMENT= a simple TeX front-end program +COMMENT= Simple TeX front-end program LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -30,7 +30,7 @@ pre-configure: ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ do-configure: - cd ${WRKSRC}; env QTDIR=${QTDIR} qmake INSTALL_PREFIX=${PREFIX} + cd ${WRKSRC}; env QTDIR=${QTDIR} qmake INSTALL_PREFIX=${PREFIX} TW_DICPATH=${BUILDLINK_PREFIX.hunspell}/share/hunspell BUILDLINK_DEPMETHOD.qt4-tools= full diff --git a/editors/texworks/PLIST b/editors/texworks/PLIST index 875282b7554..f7bddba3cd5 100644 --- a/editors/texworks/PLIST +++ b/editors/texworks/PLIST @@ -1,3 +1,4 @@ +@comment $NetBSD: PLIST,v 1.2 2012/09/17 12:12:53 markd Exp $ bin/texworks share/doc/texworks/COPYING share/doc/texworks/README |