diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-24 13:05:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-24 13:05:44 +0000 |
commit | 03d24e4ecc4548bf7e355fc2a663552cff09af3c (patch) | |
tree | 6e69808ad1598a865be20f4b41591fc0993688b7 /editors | |
parent | 6217e7102b6d0f62e8ee865d51f515e807551662 (diff) | |
download | pkgsrc-03d24e4ecc4548bf7e355fc2a663552cff09af3c.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" |