1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/xpat2/Makefile
Masafumi Max NAKANE 1535464dde Change xpat2 to be sgid games instead of suid games. In addition to
plugging any unknown security holes that might be present, this
changes allows ~/.Xauthority authentication to work as expected.

PR:		4479
Submitted by:	the port maintainer
1997-09-07 02:54:16 +00:00

28 lines
616 B
Makefile

# New ports collection makefile for: xpat2
# Version required: 1.04
# Date created: 5 March 1997
# Whom: Matthew Hunt <mph@pobox.com>
#
# $Id: Makefile,v 1.2 1997/05/29 03:05:07 fenner Exp $
#
DISTNAME= xpat2-1.04
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/solitaires
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= mph@pobox.com
USE_X11= yes
MAN6= xpat2.6
post-install:
touch $(PREFIX)/lib/X11/xpat/xpat.log
chown root.games $(PREFIX)/lib/X11/xpat/xpat.log $(PREFIX)/bin/xpat2
chmod 2555 $(PREFIX)/bin/xpat2
chmod 664 $(PREFIX)/lib/X11/xpat/xpat.log
.include <bsd.port.mk>