diff options
author | abs <abs@pkgsrc.org> | 2002-08-28 20:59:38 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-08-28 20:59:38 +0000 |
commit | fed2aa2f3dc700847511d3b3a81a2abdba04a1d4 (patch) | |
tree | a5600e9c06c9b10613f5f4ee334126e0aef39290 | |
parent | 1c74cb48f31dcb540ac386c639ccfa1ad5c9030d (diff) | |
download | pkgsrc-fed2aa2f3dc700847511d3b3a81a2abdba04a1d4.tar.gz |
Updated hylafax to 4.1nb4:
Automatically install rc.d script
-rw-r--r-- | comms/hylafax/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 1875665bdb1..83a7215361d 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2002/03/20 12:28:55 abs Exp $ +# $NetBSD: Makefile,v 1.26 2002/08/28 20:59:38 abs Exp $ # DISTNAME= hylafax-4.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ \ ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ @@ -22,6 +22,7 @@ CONFLICTS= mgetty-[0-9]* FAXUSER?= uucp FAXGROUP?= dialer +RCD_SCRIPTS= hylafax HAS_CONFIGURE= YES CONFIGURE_ENV= PREFIX="${PREFIX}" FAXUID="${FAXUSER}" FAXGID="${FAXGROUP}" @@ -41,4 +42,5 @@ post-install: ${CHMOD} 4555 ${SUID_EXES} ${INSTALL_SCRIPT} ${WRKDIR}/hylafax.sh ${PREFIX}/etc/rc.d/hylafax +.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |