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/ossp-l2 | |
parent | e09144599791e9242c3505ec8d04761f64faff72 (diff) | |
download | ports-24ac9498b0a19089927fc82dbff66da76efb924b.tar.gz ports-24ac9498b0a19089927fc82dbff66da76efb924b.zip |
Notes
Diffstat (limited to 'devel/ossp-l2')
-rw-r--r-- | devel/ossp-l2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile index 835b5883e243..7bae244c6dfb 100644 --- a/devel/ossp-l2/Makefile +++ b/devel/ossp-l2/Makefile @@ -10,7 +10,8 @@ PORTNAME= l2 PORTVERSION= 0.9.8 CATEGORIES= devel -MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/l2/ +MASTER_SITES= ${MASTER_SITE_OSSP} +MASTER_SITE_SUBDIR= lib/${PORTNAME} PKGNAMEPREFIX= ossp- MAINTAINER= ports@FreeBSD.org |