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/nedit | |
parent | f0779b3927592a975e043b2758f4d7c575df8abe (diff) | |
download | pkgsrc-abd62153cbd43e8861920803d0d322f391007391.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 418fd2c0110..a1372f18284 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2011/12/09 14:36:34 drochner Exp $ +# $NetBSD: Makefile,v 1.51 2012/10/03 11:43:38 asau Exp $ DISTNAME= nedit-${VERS}-src PKGNAME= nedit-${VERS} @@ -12,8 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nedit.org/ COMMENT= Motif based standard GUI style text editor -PKG_DESTDIR_SUPPORT= user-destdir - VERS= 5.5 MASTER_SITE_NEDIT= http://www.nedit.org/ftp/ \ http://nl.nedit.org/ftp/ \ |