summaryrefslogtreecommitdiff
path: root/graphics/txtmerge
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
commitc99c6009443219fbcb10c1baf7b6d0c93975f58a (patch)
tree979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/txtmerge
parentThere was one PKGNAME hiding inside an .if. (diff)
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes: svn path=/head/; revision=27514
Diffstat (limited to 'graphics/txtmerge')
-rw-r--r--graphics/txtmerge/Makefile6
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