diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-30 22:33:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-30 22:33:20 +0800 |
commit | 00ab2e677c3890a0e13a02eb9ece0f33438adffe (patch) | |
tree | 1054bccd0873beec33f46d153953f2790866cc59 /comms/hylafax/Makefile | |
parent | 9ed8c4e699e598fd494f25b2323de7ea67a28363 (diff) | |
download | freebsd-ports-gnome-00ab2e677c3890a0e13a02eb9ece0f33438adffe.tar.gz freebsd-ports-gnome-00ab2e677c3890a0e13a02eb9ece0f33438adffe.tar.zst freebsd-ports-gnome-00ab2e677c3890a0e13a02eb9ece0f33438adffe.zip |
After removal of a separate "fax" uid and migration to "uucp",
faxcron.sh is missing an update, as it still refers to the obsolete
"fax" uid.
PR: 33288
Submitted by: send-pr@oldach.net
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 70da04e2aaa2..dfe8d680305c 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -7,6 +7,7 @@ PORTNAME= hylafax PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ |