diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
commit | 0ea083c38191c42dceadbe34e683b134593d8d8d (patch) | |
tree | 1ef8624821aed4ffb394c869ad1b8cda948a3c14 /devel/swarm | |
parent | 67ccb4392231d49ee2e7254508fde92d6dba0349 (diff) | |
download | FreeBSD-ports-0ea083c38191c42dceadbe34e683b134593d8d8d.zip FreeBSD-ports-0ea083c38191c42dceadbe34e683b134593d8d8d.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'devel/swarm')
-rw-r--r-- | devel/swarm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index 355c51f..e98b51a 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: swarm -# Version required: 1.4.1 # Date created: 26 June 1998 # Whom: Horance C.H Chou <horance@freedom.ie.cycu.edu.tw> # # $FreeBSD$ # -DISTNAME= swarm-1.4.1 +PORTNAME= swarm +PORTVERSION= 1.4.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.santafe.edu/pub/swarm/ |