diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /converters/unix2dos | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) | |
download | ports-59df8af48ea44d533d5de8118602cc174bda92da.tar.gz ports-59df8af48ea44d533d5de8118602cc174bda92da.zip |
Notes
Diffstat (limited to 'converters/unix2dos')
-rw-r--r-- | converters/unix2dos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile index 35f244a9c8a4..6722c7b18034 100644 --- a/converters/unix2dos/Makefile +++ b/converters/unix2dos/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: unix2dos -# Version required: 1.0 # Date created: 1 February 1999 # Whom: obonilla@fisicc-ufm.edu # # $FreeBSD$ # -DISTNAME= unix2dos-1.0 +PORTNAME= unix2dos +PORTVERSION= 1.0 CATEGORIES= converters MASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/ |