diff options
author | rh <rh@pkgsrc.org> | 2000-09-05 12:50:52 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-09-05 12:50:52 +0000 |
commit | 4cf2c764c84932edb1afe6fcd6d3108de8cc78ba (patch) | |
tree | 4ffe12696fafa6db56e58887d9359471ec70c85d /comms/hylafax/Makefile | |
parent | ec17c44f765c3ac9fa6628dec2f5495fac566853 (diff) | |
download | pkgsrc-4cf2c764c84932edb1afe6fcd6d3108de8cc78ba.tar.gz |
Clean up Makefile. USE_GMAKE has been unneccessary for several revisions
now, no need to keep this around (even if commented out).
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index bd3beefd8a0..0d54e961e4d 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/09/05 12:24:36 rh Exp $ +# $NetBSD: Makefile,v 1.13 2000/09/05 12:50:52 rh Exp $ # DISTNAME= hylafax-4.1beta2 @@ -26,7 +26,6 @@ CONFLICTS= mgetty-* FAXUSER?= uucp FAXGROUP?= dialer -#USE_GMAKE= YES HAS_CONFIGURE= YES CONFIGURE_ENV= PREFIX="${PREFIX}" FAXUID="${FAXUSER}" FAXGID="${FAXGROUP}" CONFIGURE_ARGS= --with-MAKE=${MAKE_PROGRAM} --with-INSTALL="" |