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/emacs-snapshot | |
parent | f0779b3927592a975e043b2758f4d7c575df8abe (diff) | |
download | pkgsrc-abd62153cbd43e8861920803d0d322f391007391.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/emacs-snapshot')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index fe4691d44d4..d25c2248a2c 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.52 2012/06/16 21:06:17 dholland Exp $ +# $NetBSD: Makefile.common,v 1.53 2012/10/03 11:43:32 asau Exp $ DISTNAME= emacs-snapshot_20120319.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} @@ -11,7 +11,6 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html COMMENT= GNU editing macros (development version) LICENSE= gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir SETGIDGAME= yes MAKE_JOBS_SAFE= no |