diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-23 22:21:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-23 22:21:44 +0000 |
commit | c1fc84c6b33003d49684d8df531970e369427aa8 (patch) | |
tree | 638c8d815b6204d065701cc76636b42d5bfb506e /net | |
parent | Update to 0.7.0 (diff) |
correct MASTER_SITE_SUBDIR
Notes
Notes:
svn path=/head/; revision=50436
Diffstat (limited to 'net')
-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 |