diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/priss | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/priss')
-rw-r--r-- | net/priss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/priss/Makefile b/net/priss/Makefile index fc2e9c923ef2..81bd892d4484 100644 --- a/net/priss/Makefile +++ b/net/priss/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: priss -# Version required: 1.0.2 # Date created: 13 September 1999 # Whom: Richard Kiss <richard@homemail.com> # # $FreeBSD$ # -DISTNAME= SS1.0.2 -PKGNAME= priss-1.0 +PORTNAME= priss +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= http://www.streamingserver.org/priss/ +DISTNAME= SS1.0.2 EXTRACT_SUFX= .tgz MAINTAINER= richard@homemail.com |