diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 15:19:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 15:19:42 +0000 |
commit | 24ac9498b0a19089927fc82dbff66da76efb924b (patch) | |
tree | 388ade8770ab23ed59f8ad59de309c1b74564fe8 /devel/shtool | |
parent | e09144599791e9242c3505ec8d04761f64faff72 (diff) | |
download | ports-24ac9498b0a19089927fc82dbff66da76efb924b.tar.gz ports-24ac9498b0a19089927fc82dbff66da76efb924b.zip |
Notes
Diffstat (limited to 'devel/shtool')
-rw-r--r-- | devel/shtool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile index c06668161c98..7a6ca1d3487b 100644 --- a/devel/shtool/Makefile +++ b/devel/shtool/Makefile @@ -8,7 +8,8 @@ PORTNAME= shtool PORTVERSION= 2.0.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/shtool/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= tool/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The GNU Portable Shell Tool |