diff options
Diffstat (limited to 'ham/tnt/Makefile')
-rw-r--r-- | ham/tnt/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index 3ec50b4960b..3654c3d5cdc 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2000/04/16 08:41:16 mycroft Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/12 10:26:37 wulf Exp $ # -DISTNAME= tnt1.9-pre3 -PKGNAME= tnt-1.9p3 +DISTNAME= tnt-1.9.1 CATEGORIES= ham MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/tnt/ -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tar.bz2 MAINTAINER= wulf@ping.net.au HOMEPAGE= http://excelsior.kullen.rwth-aachen.de @@ -13,7 +12,6 @@ HOMEPAGE= http://excelsior.kullen.rwth-aachen.de DEPENDS+= dialog-0.6z:../../misc/dialog USE_GMAKE= yes -IS_INTERACTIVE= yes GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |