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/flyspell | |
parent | 2262ab01581d38812d696c0a16855c7f1cf392de (diff) | |
download | pkgsrc-4961a4ef35d266a26e4c92f763c5beb55aa5aa1d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/flyspell')
-rw-r--r-- | textproc/flyspell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/flyspell/Makefile b/textproc/flyspell/Makefile index c8e835df6bc..aadf4aea160 100644 --- a/textproc/flyspell/Makefile +++ b/textproc/flyspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2009/08/06 01:44:56 minskim Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/25 06:55:50 asau Exp $ # DISTNAME= flyspell-1.7m.el @@ -12,7 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/flyspell.html COMMENT= Emacs/Xemacs on-the-fly spell checker -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/flyspell DEPENDS+= ${EMACS_PKGNAME_PREFIX}ispell-emacs-[0-9]*:../../textproc/ispell-emacs |