Switch on suid bit.

Requested by:	many
This commit is contained in:
Kirill Ponomarev 2004-09-02 07:19:20 +00:00
parent 83c5a7af15
commit 8573988aed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117900

View File

@ -7,7 +7,7 @@
PORTNAME= xterm
PORTVERSION= 196
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ftp://invisible-island.net/xterm/ \
http://voodoo.oberon.net/download/
@ -27,4 +27,7 @@ CONFIGURE_ARGS+= --enable-wide-chars --enable-luit
MAN1= resize.1 xterm.1
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/xterm-static
.include <bsd.port.mk>