diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-21 22:19:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-21 22:19:21 +0000 |
commit | 8360ed458c8f2e791a2f3c45d926ea21b21b1b7b (patch) | |
tree | 1dd8f7345a52f1316a948b873922ed2a730cf396 /comms | |
parent | 22a45920842c582d84bc3150d24f0cce77057bf9 (diff) | |
download | pkgsrc-8360ed458c8f2e791a2f3c45d926ea21b21b1b7b.tar.gz |
move line for pkglint
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 77483262ac4..cf0dd7ed828 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/10/08 20:36:33 is Exp $ +# $NetBSD: Makefile,v 1.13 2000/10/21 22:19:21 wiz Exp $ # FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp # @@ -10,9 +10,10 @@ MASTER_SITES= ftp://alpha.greenie.net/pub/mgetty/source/1.1/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://alpha.greenie.net/mgetty/ -CONFLICTS= hylafax-* DEPENDS= netpbm-[0-9]*:../../graphics/netpbm +CONFLICTS= hylafax-* + WRKSRC= ${WRKDIR}/${PKGNAME} INFO_FILES= mgetty.info |