diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-10 10:08:59 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-10 10:08:59 +0800 |
commit | acb799e4177482013bc4cfeb430228fa1ba23e69 (patch) | |
tree | 041dbd65dc2a666fedf3a58dab680abed9736953 /misc/sword15 | |
parent | c058d674b6b9cad80f2c759772244cc032891132 (diff) | |
download | freebsd-ports-gnome-acb799e4177482013bc4cfeb430228fa1ba23e69.tar.gz freebsd-ports-gnome-acb799e4177482013bc4cfeb430228fa1ba23e69.tar.zst freebsd-ports-gnome-acb799e4177482013bc4cfeb430228fa1ba23e69.zip |
- pet portlint by using USE_LDCONFIG
- remove unstable mirror site
- add trailing slash for WWW in pkg-descr
PR: ports/101720
Submitted by: maintainer (Thomas Abthorpe)
Diffstat (limited to 'misc/sword15')
-rw-r--r-- | misc/sword15/Makefile | 5 | ||||
-rw-r--r-- | misc/sword15/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 6090dc6bd484..35522a87796c 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -9,8 +9,7 @@ PORTNAME= sword PORTVERSION= 1.5.8 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ - http://www.goodking.ca/pub/files/ \ - ftp://stjames.stthomasanglican.org/pub/files/ + http://www.goodking.ca/pub/files/ MAINTAINER= thomas@goodking.ca COMMENT= A project framework for manipulating Bible texts @@ -21,7 +20,7 @@ USE_GCC= 3.2+ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --without-conf -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/misc/sword15/pkg-descr b/misc/sword15/pkg-descr index 4fb7725c1fc8..c4a498ba7422 100644 --- a/misc/sword15/pkg-descr +++ b/misc/sword15/pkg-descr @@ -5,4 +5,4 @@ lexicons, dictionaries, etc. Many frontends are build using this framework. An installed module set may be shared between any frontend using the framework. -WWW: http://www.crosswire.org/sword +WWW: http://www.crosswire.org/sword/ |