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/emacs21-nox11 | |
parent | 1ac9f60085aec1d867a46a07eec69fa91f833ca8 (diff) | |
download | pkgsrc-baf87fb064ef4a978d42417a392afd9efd52f320.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/emacs21-nox11')
-rw-r--r-- | editors/emacs21-nox11/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/emacs21-nox11/Makefile b/editors/emacs21-nox11/Makefile index e3c2f506b4c..a8f73ebbfd4 100644 --- a/editors/emacs21-nox11/Makefile +++ b/editors/emacs21-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/03/21 06:05:44 obache Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/03 11:43:33 asau Exp $ PKGNAME= emacs-nox11-${EMACSVERSION}a PKGREVISION= 13 @@ -7,8 +7,6 @@ COMMENT_EXTRA= : non-X11 version CONFLICTS+= emacs-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../mk/bsd.prefs.mk" # Forcibly remove any "x11" options. |