diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-11 02:02:17 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-11 02:02:17 +0000 |
commit | bb0452e715a44a42ccf7bac7100dd90e39d901ba (patch) | |
tree | 2c8521eada4e51a187db8333383191363039eb7d /comms | |
parent | debcbc50324f3db76d7bcce506c92f8b93c64330 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 1 | ||||
-rw-r--r-- | comms/viewfax/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 29eccfcf2d54..a5ce91b9e967 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -5,6 +5,7 @@ CATEGORIES+= comms MAKE_FLAGS= CC=cc spool=/var/spool LDFLAGS=-lutil prefix=${PREFIX} -f USE_GMAKE= yes IS_INTERACTIVE= yes +MAINTAINER= jmz@FreeBSD.org pre-install: @mkdir -p ${PREFIX}/bin diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index 8d2c9691fb03..571beb424948 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -1,6 +1,7 @@ DISTNAME= g3view-1.8 MASTER_SITES= ftp://ftp.leo.org//pub/comp/networking/communication/modem/mgetty/ CATEGORIES+= x11 +MAINTAINER= jmz@FreeBSD.org pre-install: @mkdir -p ${PREFIX}/bin |