diff options
author | asau <asau> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 11:43:30 +0000 |
commit | abd62153cbd43e8861920803d0d322f391007391 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/yudit | |
parent | f0779b3927592a975e043b2758f4d7c575df8abe (diff) | |
download | pkgsrc-abd62153cbd43e8861920803d0d322f391007391.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/yudit')
-rw-r--r-- | editors/yudit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 0d43c87deb5..56cc2dd4f53 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2011/03/02 13:33:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2012/10/03 11:43:48 asau Exp $ DISTNAME= yudit-2.9.2 CATEGORIES= editors @@ -10,8 +10,6 @@ HOMEPAGE= http://yudit.org/ COMMENT= Unicode Text Editor LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ |