diff options
author | knu <knu@FreeBSD.org> | 2000-08-09 00:08:31 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-09 00:08:31 +0800 |
commit | 310b44d89d44a1196d919e71643087108de030d8 (patch) | |
tree | 7de2d6ae71cbd18f968b55cf3f5b012d6c89720b /lang/ruby-tcltklib/Makefile | |
parent | e0ece34cd191d20e06afce2d96d36243b98133cc (diff) | |
download | freebsd-ports-gnome-310b44d89d44a1196d919e71643087108de030d8.tar.gz freebsd-ports-gnome-310b44d89d44a1196d919e71643087108de030d8.tar.zst freebsd-ports-gnome-310b44d89d44a1196d919e71643087108de030d8.zip |
Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfile
namespace pollution.
Diffstat (limited to 'lang/ruby-tcltklib/Makefile')
-rw-r--r-- | lang/ruby-tcltklib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ruby-tcltklib/Makefile b/lang/ruby-tcltklib/Makefile index 0487aec1c11c..f446dcb28322 100644 --- a/lang/ruby-tcltklib/Makefile +++ b/lang/ruby-tcltklib/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.krnet.ne.jp/pub/ruby/${BRANCH_NAME}/ \ ftp://mirror.nucba.ac.jp/mirror/ruby/${BRANCH_NAME}/ DISTNAME= ruby-${PORTVERSION} +DIST_SUBDIR= ruby MAINTAINER?= yasuf@bsdclub.org |