diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | eb78762b4a41817456188b4c3bcec8dfffb87ea9 (patch) | |
tree | 5d3ce4ebf742d6c7efab5270043bf406d9787bd2 /misc/hello | |
parent | 2153aacca5d638114e5b89b94fc125218d87fe20 (diff) | |
download | FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.zip FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'misc/hello')
-rw-r--r-- | misc/hello/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/hello/Makefile b/misc/hello/Makefile index 6bb6d6c..c541da4 100644 --- a/misc/hello/Makefile +++ b/misc/hello/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: hello -# Version required: 1.3 # Date created: Fri Jul 23, 1999 # Whom: shipley@dis.org # # $FreeBSD$ # -DISTNAME= hello-1.3 -PKGNAME= hello-1.3.1 +PORTNAME= hello +PORTVERSION= 1.3.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= hello +DISTNAME= hello-1.3 MAINTAINER= shipley@dis.org |