diff options
author | olgeni <olgeni@FreeBSD.org> | 2013-02-18 20:34:39 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2013-02-18 20:34:39 +0800 |
commit | 0cb3a5626629dba7f8d9e6f1a04b34465dfbd2b4 (patch) | |
tree | 6320cebcb855e4db1cf5e3f37275df38e94ab04e /comms | |
parent | 2c00991a6f731449b7d004f41770f965088b87b7 (diff) | |
download | freebsd-ports-gnome-0cb3a5626629dba7f8d9e6f1a04b34465dfbd2b4.tar.gz freebsd-ports-gnome-0cb3a5626629dba7f8d9e6f1a04b34465dfbd2b4.tar.zst freebsd-ports-gnome-0cb3a5626629dba7f8d9e6f1a04b34465dfbd2b4.zip |
Convert Makefile headers to the new format.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libfec/Makefile | 5 | ||||
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 6 |
2 files changed, 2 insertions, 9 deletions
diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile index 7bb09843f883..e2ef4ced0aaf 100644 --- a/comms/libfec/Makefile +++ b/comms/libfec/Makefile @@ -1,7 +1,4 @@ -# ports collection makefile for: fec -# Date created: 7 July 2006 -# Whom: db -# +# Created by: db # $FreeBSD$ PORTNAME= libfec diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index ec1b579b9266..c2164e76a51f 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mgetty+sendfax -# Date created: 20 April 1998 -# Whom: rkw -# +# Created by: rkw # $FreeBSD$ -# PORTNAME= mgetty PORTVERSION= 1.1.35 |