diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 05:44:42 +0000 |
commit | dfee8150a0d59e2499214056965a4abbe8823b22 (patch) | |
tree | c05ef7727106d763a62cf489e2b9fed5e6f14b7d /devel/str | |
parent | PKGNAME was hiding within a script. (diff) |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27505
Diffstat (limited to 'devel/str')
-rw-r--r-- | devel/str/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/str/Makefile b/devel/str/Makefile index b0e3f5eda75c..45d67cc3f2cf 100644 --- a/devel/str/Makefile +++ b/devel/str/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: str -# Version required: 0.9.3 # Date Created: 09 Jan 2000 # Whom: Ralf S. Engelschall # # $FreeBSD$ # -DISTNAME= str-0.9.3 +PORTNAME= str +PORTVERSION= 0.9.3 CATEGORIES= devel MASTER_SITES= http://www.engelschall.com/sw/str/ \ ftp://ftp.engelschall.com/sw/str/ |