diff options
author | tv <tv> | 1998-07-18 04:22:25 +0000 |
---|---|---|
committer | tv <tv> | 1998-07-18 04:22:25 +0000 |
commit | 73a3d937cbb8ae8155502074033c60d3f249c448 (patch) | |
tree | 3bb2aa2b60bd98e75aa2e4d7c32a47a39eb68dd1 /comms | |
parent | 7a95d05ded0f6d079f374e97fc2b4056e10a21ac (diff) | |
download | pkgsrc-73a3d937cbb8ae8155502074033c60d3f249c448.tar.gz |
Enable fidogate, and set it NO_CDROM (though let the mirroring fetch the
distfile).
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 4 | ||||
-rw-r--r-- | comms/fidogate/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/comms/Makefile b/comms/Makefile index f4b6e19ee1b..efa48b7f9bf 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 1998/07/16 17:47:14 tv Exp $ +# $NetBSD: Makefile,v 1.10 1998/07/18 04:22:25 tv Exp $ # FreeBSD Id: Makefile,v 1.26 1997/10/13 04:41:06 max Exp # # SUBDIR += bpl+ # SUBDIR += ecu -# SUBDIR += fidogate # limited useability + SUBDIR += fidogate # SUBDIR += hylafax SUBDIR += kermit SUBDIR += lrzsz diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index d347c8f3174..76bc8fe4148 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/16 17:47:14 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/07/18 04:22:25 tv Exp $ # DISTNAME= fidogate-4.2.9 @@ -15,6 +15,8 @@ USE_PERL5= yes MAKE_ENV= LIBTOOL=${PREFIX}/bin/libtool WRKSRC= ${WRKDIR}/fidogate +NO_CDROM= "extremely limited usefulness to the general public" + pre-install: ${INSTALL_DATA_DIR} -m 0755 ${PREFIX}/lib/fidogate |