diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-16 20:14:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-16 20:14:51 +0800 |
commit | 0dc92b8d5cce2dcbad88c51dfad8b1b231483a50 (patch) | |
tree | 8a0fb9a14d923f9abe180291c5f5f0a220de0014 /misc | |
parent | 88b82fb2ae03586975205d8bc955dbb8655bc947 (diff) | |
download | freebsd-ports-gnome-0dc92b8d5cce2dcbad88c51dfad8b1b231483a50.tar.gz freebsd-ports-gnome-0dc92b8d5cce2dcbad88c51dfad8b1b231483a50.tar.zst freebsd-ports-gnome-0dc92b8d5cce2dcbad88c51dfad8b1b231483a50.zip |
- Fix build
- Bump PORTREVISION
PR: 110293
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 5 | ||||
-rw-r--r-- | misc/sword15/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 6a5d72fc0956..feaa3dbdfc7a 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -7,7 +7,7 @@ PORTNAME= sword PORTVERSION= 1.5.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ ${MASTER_SITE_SOURCEFORGE} @@ -19,6 +19,7 @@ COMMENT= A project framework for manipulating Bible texts USE_GNOME= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes +USE_AUTOTOOLS= automake:19 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --without-conf --without-clucene USE_LDCONFIG= yes @@ -39,7 +40,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/Makefile.am post-install: @${MKDIR} ${PREFIX}/share/sword/mods.d diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 6a5d72fc0956..feaa3dbdfc7a 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -7,7 +7,7 @@ PORTNAME= sword PORTVERSION= 1.5.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ ${MASTER_SITE_SOURCEFORGE} @@ -19,6 +19,7 @@ COMMENT= A project framework for manipulating Bible texts USE_GNOME= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes +USE_AUTOTOOLS= automake:19 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --without-conf --without-clucene USE_LDCONFIG= yes @@ -39,7 +40,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/Makefile.am post-install: @${MKDIR} ${PREFIX}/share/sword/mods.d |