diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-02-09 18:15:32 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-02-09 18:15:32 +0000 |
commit | 6d2f870bafe6077cf700b9ce0f4ac56feeb814b3 (patch) | |
tree | 0e6c750658d785d454712765671a898eb0683ca8 | |
parent | 2d12b4ecd8fa879bced5a6f297b6dc67a7c34e5a (diff) | |
download | ports-6d2f870bafe6077cf700b9ce0f4ac56feeb814b3.tar.gz ports-6d2f870bafe6077cf700b9ce0f4ac56feeb814b3.zip |
Notes
-rw-r--r-- | misc/sword/Makefile | 4 | ||||
-rw-r--r-- | misc/sword15/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index b84a69ff6144..6a5d72fc0956 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -10,14 +10,14 @@ PORTVERSION= 1.5.9 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ - http://www.goodking.ca/pub/files/ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bibletime MAINTAINER= thomas@goodking.ca COMMENT= A project framework for manipulating Bible texts USE_GNOME= pkgconfig USE_GMAKE= yes -USE_GCC= 3.4+ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --without-conf --without-clucene diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index b84a69ff6144..6a5d72fc0956 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -10,14 +10,14 @@ PORTVERSION= 1.5.9 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ - http://www.goodking.ca/pub/files/ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bibletime MAINTAINER= thomas@goodking.ca COMMENT= A project framework for manipulating Bible texts USE_GNOME= pkgconfig USE_GMAKE= yes -USE_GCC= 3.4+ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --without-conf --without-clucene |