diff options
author | obache <obache> | 2011-03-21 06:05:44 +0000 |
---|---|---|
committer | obache <obache> | 2011-03-21 06:05:44 +0000 |
commit | a4b6163020d6c505aeea4f6624142097c02ca9d7 (patch) | |
tree | e5f43f9e624ec36671dedda488576dbb55174283 /editors/emacs21-nox11 | |
parent | 6d58c3ad8d7312612abd44649b27e9b540277855 (diff) | |
download | pkgsrc-a4b6163020d6c505aeea4f6624142097c02ca9d7.tar.gz |
Add user-destdir installation support.
Diffstat (limited to 'editors/emacs21-nox11')
-rw-r--r-- | editors/emacs21-nox11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs21-nox11/Makefile b/editors/emacs21-nox11/Makefile index 33c52bab94d..e3c2f506b4c 100644 --- a/editors/emacs21-nox11/Makefile +++ b/editors/emacs21-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/07/13 18:36:22 dholland Exp $ +# $NetBSD: Makefile,v 1.8 2011/03/21 06:05:44 obache Exp $ PKGNAME= emacs-nox11-${EMACSVERSION}a PKGREVISION= 13 @@ -7,6 +7,8 @@ COMMENT_EXTRA= : non-X11 version CONFLICTS+= emacs-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" # Forcibly remove any "x11" options. |