diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-15 02:13:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-15 02:13:09 +0800 |
commit | 932bcda0d64e5d34c5ca8b7df6bdff3cf30fe853 (patch) | |
tree | 07a2f88559a74f0f17d54d4af2a7c19ff0b55c0c | |
parent | 748bf57032805e68664763a5d5fa9b67e2988597 (diff) | |
download | freebsd-ports-gnome-932bcda0d64e5d34c5ca8b7df6bdff3cf30fe853.tar.gz freebsd-ports-gnome-932bcda0d64e5d34c5ca8b7df6bdff3cf30fe853.tar.zst freebsd-ports-gnome-932bcda0d64e5d34c5ca8b7df6bdff3cf30fe853.zip |
- Fix SFP macro
-rw-r--r-- | misc/xiphos/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 46b3f8eb27dc..bc521818cd69 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -8,8 +8,7 @@ PORTNAME= xiphos PORTVERSION= 3.1.1 CATEGORIES= misc gnome -MASTER_SITES= SFP -MASTER_SITE_SUBDIR= gnomesword/Xiphos/${PORTVERSION} +MASTER_SITES= SFP/gnomesword/Xiphos/${PORTVERSION}/ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A bible interface utilizing the sword framework |