diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-21 03:28:27 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-21 03:28:27 +0800 |
commit | 6e8e59075111705816b4e8a7da16742770525457 (patch) | |
tree | 8625be1fd99227dc5d14175a1eb571a2abc43096 /comms | |
parent | 76ed3714e6dbae4e93a9d2b21d8ce68c3b930d9d (diff) | |
download | freebsd-ports-gnome-6e8e59075111705816b4e8a7da16742770525457.tar.gz freebsd-ports-gnome-6e8e59075111705816b4e8a7da16742770525457.tar.zst freebsd-ports-gnome-6e8e59075111705816b4e8a7da16742770525457.zip |
portlint: place PORTREVISION at the appropriate position;
. trim Makefile headers.
Diffstat (limited to 'comms')
-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/ |