diff options
author | obache <obache@pkgsrc.org> | 2011-04-16 11:16:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-16 11:16:34 +0000 |
commit | 3cfcb96dfffcde4f68fbcf07b906809336128e0e (patch) | |
tree | 40a8bdf2d2b04dc011beab99aa3cc040a4128878 /comms/mgetty+sendfax | |
parent | 57350df4f45cdae1fa0beb580387363a0284c5ab (diff) | |
download | pkgsrc-3cfcb96dfffcde4f68fbcf07b906809336128e0e.tar.gz |
move PKG_DESTDIR_SUPPORT and LICENSE to usual location.
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index e6e26cc1026..a7a8047fad5 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.73 2011/04/16 11:14:31 obache Exp $ +# $NetBSD: Makefile,v 1.74 2011/04/16 11:16:34 obache Exp $ DISTNAME= mgetty1.1.37-Jun05 PKGNAME= mgetty-1.1.37 CATEGORIES= comms MASTER_SITES= ftp://alpha.greenie.net/pub/mgetty/source/1.1/ -PKG_DESTDIR_SUPPORT=destdir -LICENSE= gnu-gpl-v2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mgetty.greenie.net/ COMMENT= Handle external logins, send and receive faxes +LICENSE= gnu-gpl-v2 MAKE_JOBS_SAFE= no @@ -17,6 +16,8 @@ BUILD_DEPENDS+= texi2roff-[0-9]*:../../textproc/texi2roff CONFLICTS= hylafax-[0-9]* +PKG_DESTDIR_SUPPORT= destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} MAKE_ENV+= MGETTY_CONFDIR=${PKG_SYSCONFDIR:Q} PERL5=${PERL5:Q} |