diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 11:43:30 +0000 |
commit | cb4e5d5e4352b3c047eb512aade27c72f1dcd7e6 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/nedit | |
parent | d9e86a400a9ce7adfc38f8866c2f346e02a9a6e5 (diff) | |
download | pkgsrc-cb4e5d5e4352b3c047eb512aade27c72f1dcd7e6.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/ \ |