diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-21 03:28:27 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-21 03:28:27 +0800 |
commit | 20ad381ef454df16106517ea55e7d7a36d586784 (patch) | |
tree | 8625be1fd99227dc5d14175a1eb571a2abc43096 /comms/tkscanfax | |
parent | 51818cef7478a4faa768781edb00fa5de06fa5a6 (diff) | |
download | freebsd-ports-gnome-20ad381ef454df16106517ea55e7d7a36d586784.tar.gz freebsd-ports-gnome-20ad381ef454df16106517ea55e7d7a36d586784.tar.zst freebsd-ports-gnome-20ad381ef454df16106517ea55e7d7a36d586784.zip |
portlint: place PORTREVISION at the appropriate position;
. trim Makefile headers.
Diffstat (limited to 'comms/tkscanfax')
-rw-r--r-- | comms/tkscanfax/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/tkscanfax/Makefile b/comms/tkscanfax/Makefile index 473bf85ab457..79e38ae67a89 100644 --- a/comms/tkscanfax/Makefile +++ b/comms/tkscanfax/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: tkscanfax -# Date created: 11 Mai 2002 -# Whom: MITA Yoshio <mita@FreeBSD.org> -# +# Created by: MITA Yoshio <mita@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tkscanfax PORTVERSION= 1.1.8 -PORTEPOCH= 1 PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= comms tk MASTER_SITES= http://shino.pos.to/linux/tkscanfax/ |