diff options
Diffstat (limited to 'converters/ascii2binary/Makefile')
-rw-r--r-- | converters/ascii2binary/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/ascii2binary/Makefile b/converters/ascii2binary/Makefile index bc6af75668a3..ec2f4cc9c053 100644 --- a/converters/ascii2binary/Makefile +++ b/converters/ascii2binary/Makefile @@ -9,12 +9,11 @@ PORTNAME= ascii2binary PORTVERSION= 2.10 CATEGORIES= converters MASTER_SITES= http://billposer.org/Software/Downloads/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Convert between textual representations of numbers and binary +USE_BZIP2= yes USE_GETTEXT= yes GNU_CONFIGURE= yes |