1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

x11-servers/x2x: Remove the unnecessary makefile patch by changing to gmake

This commit is contained in:
Yuri Victorovich 2018-07-17 07:48:35 +00:00
parent 120b53b79e
commit e0bfc16b9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474782
2 changed files with 1 additions and 12 deletions

View File

@ -11,7 +11,7 @@ COMMENT= Program to link multiple X servers together
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf pkgconfig
USES= autoreconf gmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= dottedmag
GH_TAGNAME= e62a535

View File

@ -1,11 +0,0 @@
--- Makefile.am.orig 2018-07-15 08:40:22 UTC
+++ Makefile.am
@@ -37,7 +37,7 @@ COPYING_FILES += COPYING
lawyerese.c: $(COPYING_FILES)
echo 'char *lawyerese =' > $@.tmp && \
- sed -e 's|.*|"\0\\n"|g' $^ >> $@.tmp && \
+ sed -e 's|.*|"\0\\n"|g' COPYING >> $@.tmp && \
echo ";" >> $@.tmp && \
mv $@.tmp $@ || rm -f $@.tmp