diff options
author | tijl <tijl@FreeBSD.org> | 2015-11-15 23:34:51 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-11-15 23:34:51 +0800 |
commit | a0cf2c204e44e577c7ef36681a37f255c9162a44 (patch) | |
tree | 6447f3550bcde8996dbdd0a1916f4421dacebc95 /games/qqwing | |
parent | 1a35d9723fe52e36cde5793d610dc8636be06d3f (diff) | |
download | freebsd-ports-gnome-a0cf2c204e44e577c7ef36681a37f255c9162a44.tar.gz freebsd-ports-gnome-a0cf2c204e44e577c7ef36681a37f255c9162a44.tar.zst freebsd-ports-gnome-a0cf2c204e44e577c7ef36681a37f255c9162a44.zip |
Let USES=autoreconf define AUTORECONF and use it throughout the tree.
PR: 204534
Approved by: portmgr (antoine)
Diffstat (limited to 'games/qqwing')
-rw-r--r-- | games/qqwing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/qqwing/Makefile b/games/qqwing/Makefile index b9c6da9713ac..d1cf7407ae89 100644 --- a/games/qqwing/Makefile +++ b/games/qqwing/Makefile @@ -30,7 +30,7 @@ pre-configure: target/automake @cd ${WRKSRC} && ${CP} doc/qqwing.man target/automake/qqwing.1 @cd ${WRKSRC}/target/automake && ${TOUCH} config.h.in - @cd ${WRKSRC}/target/automake && autoreconf --force --install + @cd ${WRKSRC}/target/automake && ${AUTORECONF} --force --install pre-build: @cd ${WRKSRC} && ${CP} src/cpp/*.cpp target/automake |