diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /comms/mgetty+sendfax | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index d4c850299fe..4cf893211a4 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.38 2004/01/03 18:49:36 reed Exp $ +# $NetBSD: Makefile,v 1.39 2004/01/20 12:10:01 agc Exp $ # FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp # DISTNAME= mgetty1.1.30-Dec16 PKGNAME= mgetty-1.1.30 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= comms MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ \ ftp://alpha.greenie.net/pub/mgetty/source/1.1/ @@ -18,6 +17,7 @@ BUILD_DEPENDS+= texi2roff-[0-9]*:../../textproc/texi2roff CONFLICTS= hylafax-[0-9]* +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK2= yes USE_PKGINSTALL= yes |