diff options
author | lioux <lioux@FreeBSD.org> | 2001-11-24 06:21:44 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-11-24 06:21:44 +0800 |
commit | 6dcc113304fc7b5e29a5186120a35d60218a43fc (patch) | |
tree | 297eb1e706efb47132537f4ea70708db33eb1d94 /net/jift | |
parent | 44596203ed67c0ebd3fc0f85f9ad783faa47c88d (diff) | |
download | freebsd-ports-gnome-6dcc113304fc7b5e29a5186120a35d60218a43fc.tar.gz freebsd-ports-gnome-6dcc113304fc7b5e29a5186120a35d60218a43fc.tar.zst freebsd-ports-gnome-6dcc113304fc7b5e29a5186120a35d60218a43fc.zip |
correct MASTER_SITE_SUBDIR
Diffstat (limited to 'net/jift')
-rw-r--r-- | net/jift/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/jift/Makefile b/net/jift/Makefile index 6bf714bbfb60..e69bf7c27875 100644 --- a/net/jift/Makefile +++ b/net/jift/Makefile @@ -9,7 +9,7 @@ PORTNAME= jiFT PORTVERSION= 0.8 CATEGORIES= net java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME:L} MAINTAINER= lioux@FreeBSD.org |