diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-14 23:09:05 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-08-14 23:09:05 +0800 |
commit | e20c3fe3bddcacfe3346909a9a4a8d66ac04b8eb (patch) | |
tree | b3aa45f70110d28877086b6a7a70b4681bf870d3 /misc | |
parent | 673546eb92d2e6d818b55b8ebe2d7d05bf6742cd (diff) | |
download | freebsd-ports-gnome-e20c3fe3bddcacfe3346909a9a4a8d66ac04b8eb.tar.gz freebsd-ports-gnome-e20c3fe3bddcacfe3346909a9a4a8d66ac04b8eb.tar.zst freebsd-ports-gnome-e20c3fe3bddcacfe3346909a9a4a8d66ac04b8eb.zip |
- Use SFP macro to make fetchable
Submitted by: erwinbot
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xiphos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 2b330ed7e1fa..46b3f8eb27dc 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -8,8 +8,8 @@ PORTNAME= xiphos PORTVERSION= 3.1.1 CATEGORIES= misc gnome -MASTER_SITES= SF -MASTER_SITE_SUBDIR= gnomesword +MASTER_SITES= SFP +MASTER_SITE_SUBDIR= gnomesword/Xiphos/${PORTVERSION} MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A bible interface utilizing the sword framework |