diff options
author | thierry <thierry@FreeBSD.org> | 2006-03-16 04:46:13 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-03-16 04:46:13 +0800 |
commit | ee897a293ea12bcfac11e540c83667b409a3348d (patch) | |
tree | d5e44e51ff1d6a508b3a7c73e36d6d8a34c48e21 /converters/ascii2binary/Makefile | |
parent | 2af9be889279f3ac58a7d31dd51c5105a5b4b7e6 (diff) | |
download | freebsd-ports-gnome-ee897a293ea12bcfac11e540c83667b409a3348d.tar.gz freebsd-ports-gnome-ee897a293ea12bcfac11e540c83667b409a3348d.tar.zst freebsd-ports-gnome-ee897a293ea12bcfac11e540c83667b409a3348d.zip |
Switch to a versionned tarball. No diff after extraction.
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 |