diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-13 14:06:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-13 14:06:32 +0000 |
commit | b2bb0333601dc9c4e6c4673eb911d31f34b1a547 (patch) | |
tree | b9df7f4e9c53eec1b187637424c1021e20c24664 /devel/byacc | |
parent | 2963832cdfff62d1f98bbd9beb84ef7cb93f29c6 (diff) |
Update my ports to the latest infrastructure changes
Notes
Notes:
svn path=/head/; revision=348070
Diffstat (limited to 'devel/byacc')
-rw-r--r-- | devel/byacc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/byacc/Makefile b/devel/byacc/Makefile index 71b1e9293705..71b1eadda6bb 100644 --- a/devel/byacc/Makefile +++ b/devel/byacc/Makefile @@ -4,11 +4,11 @@ PORTNAME= byacc PORTVERSION= 20140101 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ -EXTRACT_SUFX= .tgz MAINTAINER= bapt@FreeBSD.org COMMENT= Best yacc variant available +USES= tar:tgz GNU_CONFIGURE= yes MAKEFILE= makefile |