diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /lang/nqc | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Notes
Diffstat (limited to 'lang/nqc')
-rw-r--r-- | lang/nqc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile index 24a161d474cf..ff7ea4f695e2 100644 --- a/lang/nqc/Makefile +++ b/lang/nqc/Makefile @@ -6,12 +6,11 @@ PORTVERSION= 3.1.r6 CATEGORIES= lang MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/ \ ftp://ftp2.za.freebsd.org/pub/nqc/ -EXTRACT_SUFX= .tgz MAINTAINER= jhay@FreeBSD.org COMMENT= Compiler for writing programs for the Lego RCX -USES= gmake dos2unix +USES= gmake dos2unix tar:tgz NO_WRKSUBDIR= yes PLIST_FILES= bin/nqc man/man1/nqc.1.gz |