diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:51:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:51:40 +0000 |
commit | c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4 (patch) | |
tree | 828f700090183daa6acd6192596612929c0b40c3 /x11/xrsh | |
parent | ecc7994ed979391fb1b16fc4610b52f7a4eb2d29 (diff) | |
download | ports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.tar.gz ports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.zip |
Notes
Diffstat (limited to 'x11/xrsh')
-rw-r--r-- | x11/xrsh/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xrsh/Makefile b/x11/xrsh/Makefile index 2ca9677a6a10..f6c923e093ec 100644 --- a/x11/xrsh/Makefile +++ b/x11/xrsh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xrsh -# Date created: 30 May 2004 -# Whom: KIMURA Yasuhiro <yasu@utahime.org> -# +# Created by: KIMURA Yasuhiro <yasu@utahime.org> # $FreeBSD$ -# PORTNAME= xrsh PORTVERSION= 5.92 @@ -16,7 +12,7 @@ EXTRACT_SUFX= .shar MAINTAINER= ports@FreeBSD.org COMMENT= Launcher which starts an X program on a remote machine -USE_IMAKE= yes +USES= imake NO_WRKSUBDIR= yes EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= |