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/qtk/Makefile | |
parent | PKGNAME was hiding within a script. (diff) |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27505
Diffstat (limited to 'devel/qtk/Makefile')
-rw-r--r-- | devel/qtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/qtk/Makefile b/devel/qtk/Makefile index a6b3674e4a74..58bb99669c5e 100644 --- a/devel/qtk/Makefile +++ b/devel/qtk/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: QTK - QuickTk -# Version required: 0.50 # Date created: 10 Aug 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= qtk -PKGNAME= qtk-0.50 +PORTNAME= qtk +PORTVERSION= 0.50 CATEGORIES= devel tk82 MASTER_SITES= http://www.psn.net/~andrews/dist/ +DISTNAME= ${PORTNAME} MAINTAINER= will@FreeBSD.org |