1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Patch Makefile.in instead of Makefile.am, to no longer require autotools.

Submitted by:	johans@
Suggested by:	johans@, tijl@
Approved by:	Robert Ayrapetyan (maintainer)
This commit is contained in:
Matthias Andree 2013-07-29 21:02:10 +00:00
parent 115c083f30
commit 8dcb181d15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323919
3 changed files with 11 additions and 14 deletions

View File

@ -17,8 +17,6 @@ WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
USES= gettext
USE_AUTOTOOLS= autoconf libtool automake aclocal
AUTOMAKE_ARGS= --add-missing
CONFIGURE_TARGET=
CONFIGURE_ARGS= --with-apr-config=apr-1-config \
--with-apu-config=apu-1-config \
@ -32,7 +30,6 @@ CONFIGURE_ARGS= --with-apr-config=apr-1-config \
USE_LDCONFIG= yes
MAN1= rapidsvn.1
AUTOTOOLSFILES= aclocal.m4
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/manpage/rapidsvn.1 ${MAN1PREFIX}/man/man1/

View File

@ -1,11 +0,0 @@
--- doc/manpage/Makefile.am.orig 2013-04-09 01:49:54.889690090 -0700
+++ doc/manpage/Makefile.am 2013-04-09 01:50:04.529042731 -0700
@@ -2,6 +2,8 @@
EXTRA_DIST=$(man_MANS) $(srcdir)/rapidsvn.xml
MAKEMAN=@XSLTPROC@ --nonet --novalid @DOCBOOK_MANPAGES@
+all: manpage
+
manpage: rapidsvn.1
rapidsvn.1: @TARGET_MANPAGE@

View File

@ -0,0 +1,11 @@
--- doc/manpage/Makefile.in.orig 2013-07-25 11:29:28.000000000 +0200
+++ doc/manpage/Makefile.in 2013-07-25 11:31:20.000000000 +0200
@@ -184,7 +184,7 @@ top_srcdir = @top_srcdir@
man_MANS = $(MAN_MANS)
EXTRA_DIST = $(man_MANS) $(srcdir)/rapidsvn.xml
MAKEMAN = @XSLTPROC@ --nonet --novalid @DOCBOOK_MANPAGES@
-all: all-am
+all: all-am manpage
.SUFFIXES:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)