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/uclmmbase/Makefile | |
parent | 67ccb4392231d49ee2e7254508fde92d6dba0349 (diff) | |
download | FreeBSD-ports-0ea083c38191c42dceadbe34e683b134593d8d8d.zip FreeBSD-ports-0ea083c38191c42dceadbe34e683b134593d8d8d.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'devel/uclmmbase/Makefile')
-rw-r--r-- | devel/uclmmbase/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/uclmmbase/Makefile b/devel/uclmmbase/Makefile index 683d39f..61f5d81 100644 --- a/devel/uclmmbase/Makefile +++ b/devel/uclmmbase/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: uclmmbase -# Version required: 1.1.2 # Date created: Thanksgiving Day, 1999 # Whom: Garrett Wollman <wollman@lcs.mit.edu> # # $FreeBSD$ # -DISTNAME= common-1.1.2 -PKGNAME= uclmmbase-1.1.2 +PORTNAME= uclmmbase +PORTVERSION= 1.1.2 CATEGORIES= devel MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/ +DISTNAME= common-${PORTVERSION} MAINTAINER= fenner@FreeBSD.org |