diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-13 01:50:57 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-13 01:50:57 +0000 |
commit | 6637f55607684a19e1b172cb1de0123450228aa0 (patch) | |
tree | 098338b080a4628438a448506f01fffef7f1370c /misc/sword15/Makefile | |
parent | 611a734e7730f12b513c098ef6ffc017f5ca6d0b (diff) |
Notes
Diffstat (limited to 'misc/sword15/Makefile')
-rw-r--r-- | misc/sword15/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 65cace6b5623..3a64eff493b9 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -6,17 +6,12 @@ # PORTNAME= sword -PORTVERSION= 1.5.7 +PORTVERSION= 1.5.8 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -# 1.5.7a version fixes some build problems. Since there was no FreeBSD -# version of 1.5.7 it's really no problem to put the a here. WRKSRC is also -# just work/sword-1.5.7 -DISTFILES= ${DISTNAME}a${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org + http://www.goodking.ca/pub/files/ + +MAINTAINER= thomas@goodking.ca COMMENT= A project framework for manipulating Bible texts USE_GNOME= pkgconfig @@ -45,7 +40,7 @@ post-patch: ${WRKSRC}/Makefile.in post-install: - @${MKDIR} -p ${PREFIX}/share/sword/mods.d + @${MKDIR} ${PREFIX}/share/sword/mods.d .if !exists(${PREFIX}/etc/sword.conf) @(cd ${WRKSRC} && make install_config) .else |