Tweak x11/cinnamon-menus version 2.4.1
[dports.git] / x11 / scripts / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       scripts
4 PORTVERSION=    1.0.1
5 PORTREVISION=   1
6 CATEGORIES=     x11
7
8 MAINTAINER=     x11@FreeBSD.org
9 COMMENT=        Various X related scripts
10
11 RUN_DEPENDS=    ksh:shells/pdksh
12
13 XORG_CAT=       app
14 USE_XORG=       x11
15 USES=           shebangfix
16
17 post-patch:
18         @${REINPLACE_CMD} -e 's|XCOMM!/bin/ksh|XCOMM!${ksh_CMD}|' ${WRKSRC}/xauth_switch_to_sun-des-1.cpp
19
20 .include <bsd.port.mk>