diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 01:09:45 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 01:09:45 +0800 |
commit | a63d09b407bc851256564cf73e98e27c4885b3b8 (patch) | |
tree | 38d98b6fcf6d48ce760eaed517983e1db6450357 /net | |
parent | d313f7585ee6cfbd8359e4be26d4891a66c70fb3 (diff) | |
download | freebsd-ports-gnome-a63d09b407bc851256564cf73e98e27c4885b3b8.tar.gz freebsd-ports-gnome-a63d09b407bc851256564cf73e98e27c4885b3b8.tar.zst freebsd-ports-gnome-a63d09b407bc851256564cf73e98e27c4885b3b8.zip |
- Reassign to the heap at the maintainer's request
Diffstat (limited to 'net')
-rw-r--r-- | net/nbd-server/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/nbd-server/Makefile b/net/nbd-server/Makefile index 425f0b1c3a6c..a8381cb4b136 100644 --- a/net/nbd-server/Makefile +++ b/net/nbd-server/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nbd-server -# Date created: 14 december 2003 -# Whom: Christian Laursen <xi@borderworlds.dk> -# +# Created by: Christian Laursen <xi@borderworlds.dk> # $FreeBSD$ -# PORTNAME= nbd-server PORTVERSION= 2.8.5 @@ -13,7 +9,7 @@ CATEGORIES= net MASTER_SITES= SF/nbd/nbd/${PORTVERSION} DISTNAME= nbd-${PORTVERSION} -MAINTAINER= rebehn@ant.uni-bremen.de +MAINTAINER= ports@FreeBSD.org COMMENT= Server for the Linux network block device (nbd) USE_BZIP2= yes |