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 | baf87fb064ef4a978d42417a392afd9efd52f320 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/mg | |
parent | 1ac9f60085aec1d867a46a07eec69fa91f833ca8 (diff) | |
download | pkgsrc-baf87fb064ef4a978d42417a392afd9efd52f320.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/mg')
-rw-r--r-- | editors/mg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile index e681e08ff7d..f4f124d1e05 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/12/19 00:52:09 dholland Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/03 11:43:37 asau Exp $ # DISTNAME= mg-20090107 @@ -11,7 +11,6 @@ COMMENT= Small, fast, public domain EMACS style editor HAS_CONFIGURE= yes USE_NCURSES= yes # Uses NCURSES internals -PKG_DESTDIR_SUPPORT= user-destdir MAKE_ENV+= prefix=${PREFIX} INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |