1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Switch to USES=autoreconf

This commit is contained in:
Dmitry Marakasov 2015-11-14 20:33:58 +00:00
parent c2da4a19a6
commit 6051a78ca2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401595
2 changed files with 1 additions and 12 deletions

View File

@ -14,8 +14,8 @@ COMMENT= Speech synthesizer
LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \
libaudio.so:${PORTSDIR}/audio/nas
USES= autoreconf
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
pre-configure:
@${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c

View File

@ -1,11 +0,0 @@
--- ./Makefile.in.org Tue Nov 8 05:30:52 1994
+++ ./Makefile.in Mon Jul 3 21:29:28 1995
@@ -67,7 +67,7 @@
for f in $(PROGS); do \
$(INSTALL_PROG) $$f $(BIN_DIR); \
done
- $(INSTALL) -d $(LIB_DIR)
+ if [ ! -d $(LIB_DIR) ]; then mkdir -p $(LIB_DIR); fi
for f in $(DICTS); do \
$(INSTALL_DATA) $$f $(LIB_DIR); \
done