diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-31 02:39:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-31 02:39:30 +0000 |
commit | d5126fe5f3785a5e7ea3f8495d60f5c932485252 (patch) | |
tree | c83edb5f85465a37af2c2102568f5d40fee72013 /math | |
parent | d613f825636f12dfe875c743a95a52cc4ef0fcd5 (diff) |
introduce MASTER_SITE_GNU_ALPHA
Notes
Notes:
svn path=/head/; revision=92672
Diffstat (limited to 'math')
-rw-r--r-- | math/pspp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index e72c114787c6..b6b8bfbc47d8 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -9,7 +9,8 @@ PORTNAME= pspp PORTVERSION= 0.2.4 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= ftp://alpha.gnu.org/gnu/pspp/ +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Program for statistical analysis of sampled data |