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/datapipe/Makefile | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | ports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/datapipe/Makefile')
-rw-r--r-- | net/datapipe/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/datapipe/Makefile b/net/datapipe/Makefile index df43eda765b7..9901d33c859d 100644 --- a/net/datapipe/Makefile +++ b/net/datapipe/Makefile @@ -1,18 +1,16 @@ # New ports collection makefile for: datapipe -# Version required: 1.0 # Date created: 04 January 2000 # Whom: Daniel Baker <dbaker@FreeBSD.org> <dbaker@cuckoo.com> # # $FreeBSD$ # -DISTNAME= datapipe-1.0 +PORTNAME= datapipe +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/unsupported/ \ http://http.distributed.net/pub/dcti/unsupported/ -DISTFILE= datapipe-1.0.tar.gz - MAINTAINER= dbaker@FreeBSD.org do-build: |