1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Remove bogus (in presence of USE_GITHUB) USES=tar*

- With USES=autoreconf, running ./autogen.sh is not needed

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-11-28 13:47:33 +00:00
parent dc54321fe9
commit 80799cf0b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427313

View File

@ -21,11 +21,9 @@ GH_ACCOUNT= horst3180
GH_PROJECT= arc-theme
GH_TAGNAME= e10fefb
USES= autoreconf pkgconfig tar:xz
USES= autoreconf pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gtk20 gtk30
NO_ARCH= yes
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include <bsd.port.mk>