diff options
Diffstat (limited to 'graphics/txtmerge/Makefile')
-rw-r--r-- | graphics/txtmerge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile index cf53f150416f..1e20ee1e9818 100644 --- a/graphics/txtmerge/Makefile +++ b/graphics/txtmerge/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: txtmerge -# Version required: 1.01 # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= txtmerge101 -PKGNAME= txtmerge-1.01 +PORTNAME= txtmerge +PORTVERSION= 1.01 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/graphics/ \ ftp://ftp.math.bme.hu/pub/utils/xanim/ \ ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/ +DISTNAME= txtmerge101 EXTRACT_SUFX= .tar.Z MAINTAINER= nakai@FreeBSD.org |