diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/netscape-remote/Makefile | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) | |
download | ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.tar.gz ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27430
Diffstat (limited to 'www/netscape-remote/Makefile')
-rw-r--r-- | www/netscape-remote/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/netscape-remote/Makefile b/www/netscape-remote/Makefile index 899ef0753ea2..3a9c3d961e14 100644 --- a/www/netscape-remote/Makefile +++ b/www/netscape-remote/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: netscape-remote -# Version required: 1.0 # Date created: 09/13/1999 # Whom: Kelly Yancey <kbyanc@posi.net> # # $FreeBSD$ # -DISTNAME= netscape-remote -PKGNAME= netscape-remote-1.0 +PORTNAME= netscape-remote +PORTVERSION= 1.0 CATEGORIES= www MASTER_SITES= http://home.netscape.com/newsref/std/ DISTFILES= remote.c vroot.h |