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/java-pure-hyperestraier | |
parent | 2262ab01581d38812d696c0a16855c7f1cf392de (diff) | |
download | pkgsrc-4961a4ef35d266a26e4c92f763c5beb55aa5aa1d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'textproc/java-pure-hyperestraier')
-rw-r--r-- | textproc/java-pure-hyperestraier/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/java-pure-hyperestraier/Makefile b/textproc/java-pure-hyperestraier/Makefile index 9027ac2b973..2eb1910fde3 100644 --- a/textproc/java-pure-hyperestraier/Makefile +++ b/textproc/java-pure-hyperestraier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/05/25 09:43:52 obache Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/25 06:56:01 asau Exp $ # .include "../../textproc/hyperestraier/Makefile.common" @@ -9,8 +9,6 @@ CATEGORIES= databases java COMMENT= Java pure interface of Hyper Estraier LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - MY_SUBDIR= javapure BUILD_DIRS= ${MY_SUBDIR} CONFIGURE_DIRS= ${MY_SUBDIR} |