diff options
author | joerg <joerg> | 2010-02-24 13:05:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-24 13:05:44 +0000 |
commit | cfcb73d95f783a3883be5204d261dbb60633b280 (patch) | |
tree | 6e69808ad1598a865be20f4b41591fc0993688b7 /editors | |
parent | 4fd58e1280cf91c5de84f2b36797dd2553877db6 (diff) | |
download | pkgsrc-cfcb73d95f783a3883be5204d261dbb60633b280.tar.gz |
Provide SETGIDGAME here as well. This package is abusive and should be
fixed properly (or killed).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs22-nox11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/emacs22-nox11/Makefile b/editors/emacs22-nox11/Makefile index 99b0a417e35..a592197abeb 100644 --- a/editors/emacs22-nox11/Makefile +++ b/editors/emacs22-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/10/07 10:50:59 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/02/24 13:05:44 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-nox11-/} PKGREVISION= 1 @@ -7,8 +7,9 @@ FILESDIR= ${.CURDIR}/../../editors/emacs22/files PATCHDIR= ${.CURDIR}/../../editors/emacs22/patches PKGDIR= ${.CURDIR}/../../editors/emacs22 -# Mirror PKG_DESTDIR_SUPPORT setting from emacs/Makefile. +# Mirror pre-bsd.prefs.mk settings from emacs/Makefile. PKG_DESTDIR_SUPPORT= user-destdir +SETGIDGAME= yes .include "../../mk/bsd.prefs.mk" |