diff options
author | lx <lx@FreeBSD.org> | 2007-01-16 05:33:07 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2007-01-16 05:33:07 +0800 |
commit | 8af8fbf31750c8fb9b870cb7183570067122fce7 (patch) | |
tree | 19de92e0bae31b82821f418a1a049708e8fe764e /security/clusterssh | |
parent | e839b01f3c141e221cce0a01aa694118caae3c32 (diff) | |
download | freebsd-ports-gnome-8af8fbf31750c8fb9b870cb7183570067122fce7.tar.gz freebsd-ports-gnome-8af8fbf31750c8fb9b870cb7183570067122fce7.tar.zst freebsd-ports-gnome-8af8fbf31750c8fb9b870cb7183570067122fce7.zip |
Stop using USE_X_PREFIX.
Approved by: edwin (mentor)
Diffstat (limited to 'security/clusterssh')
-rw-r--r-- | security/clusterssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile index 2552f496380c..6774ac179ba8 100644 --- a/security/clusterssh/Makefile +++ b/security/clusterssh/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= lx@redundancy.redundancy.org +MAINTAINER= lx@FreeBSD.org COMMENT= Controls multiple hosts simultaneously via xterms and ssh RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ @@ -19,7 +19,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ USE_PERL5= yes GNU_CONFIGURE= yes -USE_X_PREFIX= yes PLIST_FILES= bin/cssh MAN1= cssh.1 |