diff options
author | rene <rene@FreeBSD.org> | 2014-03-16 23:05:36 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-03-16 23:05:36 +0800 |
commit | 91e04a828c0473c34d52a820c0a4303f4bd23c4e (patch) | |
tree | 14a507afe91966d485f4e00d0006c35923b62963 /lang | |
parent | c7981fa94fb8a89e1285cd8215f6cd039170962f (diff) | |
download | freebsd-ports-gnome-91e04a828c0473c34d52a820c0a4303f4bd23c4e.tar.gz freebsd-ports-gnome-91e04a828c0473c34d52a820c0a4303f4bd23c4e.tar.zst freebsd-ports-gnome-91e04a828c0473c34d52a820c0a4303f4bd23c4e.zip |
Convert to USES=tar:*
Diffstat (limited to 'lang')
-rw-r--r-- | lang/bf2c/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile index ea831518194f..15378c719d83 100644 --- a/lang/bf2c/Makefile +++ b/lang/bf2c/Makefile @@ -11,11 +11,12 @@ COMMENT= Optimizing BrainF*ck to C compiler LICENSE= BSD2CLAUSE +USES= tar:xz + PATCH_STRIP= -p1 USE_GITHUB= yes GH_ACCOUNT= rene0 GH_COMMIT= 4761081 -USE_XZ= yes OPTIONS_DEFINE= DOCS |