summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-10-26 07:43:05 +0000
committerleot <leot@pkgsrc.org>2018-10-26 07:43:05 +0000
commit1b5af50c28c80d7c6b0aa81a38d78d4fe06954da (patch)
treea95e7e36daeac9ecb6b6c6a7a26fb6c45ae7a331 /textproc
parent47f92d7f0f888bc7424c48dc15a4df057e5261c6 (diff)
downloadpkgsrc-1b5af50c28c80d7c6b0aa81a38d78d4fe06954da.tar.gz
hunspell: Simplify distfile handling (NFC)
GITHUB_PROJECT by default is already PKGBASE, no need to reinitialize it. Reuse PKGVERSION_NOREV for GITHUB_TAG. Remove commented out WRKSRC while here.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hunspell/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile
index 16888b5931b..48b3588d562 100644
--- a/textproc/hunspell/Makefile
+++ b/textproc/hunspell/Makefile
@@ -1,17 +1,15 @@
-# $NetBSD: Makefile,v 1.28 2018/10/23 11:45:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2018/10/26 07:43:05 leot Exp $
DISTNAME= hunspell-1.6.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=hunspell/}
-GITHUB_PROJECT= hunspell
-GITHUB_TAG= v1.6.2
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= ahoka@NetBSD.org
HOMEPAGE= https://hunspell.github.io/
COMMENT= Improved spellchecker
LICENSE= mpl-1.1 OR gnu-lgpl-v2.1 OR gnu-gpl-v2
-#WRKSRC= ${WRKDIR}/${DISTNAME:C/-[0-9]+$//}
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl:run autoreconf autoconf automake