diff options
author | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-25 06:55:37 +0000 |
commit | 4961a4ef35d266a26e4c92f763c5beb55aa5aa1d (patch) | |
tree | caa131cad17b4e52aebb33e65aa8d33b465c8d17 /textproc/hunspell | |
parent | 2262ab01581d38812d696c0a16855c7f1cf392de (diff) | |
download | pkgsrc-4961a4ef35d266a26e4c92f763c5beb55aa5aa1d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/hunspell/Makefile.common | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index db02ecaf24f..54be3991082 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/03 21:57:48 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/25 06:55:54 asau Exp $ # DISTNAME= hunspell-1.3.2 @@ -11,8 +11,6 @@ HOMEPAGE= http://hunspell.sourceforge.net/ COMMENT= Improved spellchecker LICENSE= mpl-1.1 OR gnu-lgpl-v2.1 OR gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${DISTNAME:C/-[0-9]+$//} GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/textproc/hunspell/Makefile.common b/textproc/hunspell/Makefile.common index 1d9318ec79d..28f6e3b56b9 100644 --- a/textproc/hunspell/Makefile.common +++ b/textproc/hunspell/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2009/10/29 22:57:10 ahoka Exp $ +# $NetBSD: Makefile.common,v 1.4 2012/10/25 06:55:54 asau Exp $ # used by textproc/hunspell-af_ZA/Makefile # used by textproc/hunspell-bg_BG/Makefile # used by textproc/hunspell-ca_ES/Makefile @@ -33,8 +33,6 @@ EXTRACT_SUFX= .zip USE_LANGUAGES= # none NO_BUILD= yes -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} DIST_SUBDIR= hunspell-dictionaries/${DISTNAME}-${VERSION} |