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