Skip to content

Commit

Permalink
- Add missing definition of CONF_EXAMPLES_DIR.
Browse files Browse the repository at this point in the history
- Add missing entry to PLIST.

Bump PKGREVISION.  This closes PR pkg/30073.
  • Loading branch information
hira committed Jun 12, 2005
1 parent 79aa84b commit d95fa72
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
3 changes: 2 additions & 1 deletion comms/mgetty+sendfax/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.45 2005/04/11 21:45:07 tv Exp $
# $NetBSD: Makefile,v 1.46 2005/06/12 14:29:53 hira Exp $

DISTNAME= mgetty1.1.31-Jul24
PKGNAME= mgetty-1.1.31
PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ \
ftp://alpha.greenie.net/pub/mgetty/source/1.1/
Expand Down
3 changes: 2 additions & 1 deletion comms/mgetty+sendfax/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2004/01/12 21:33:52 seb Exp $
@comment $NetBSD: PLIST,v 1.9 2005/06/12 14:29:53 hira Exp $
bin/autopvf
bin/basictopvf
bin/faxq
Expand Down Expand Up @@ -65,5 +65,6 @@ share/examples/mgetty+sendfax/faxspool.rules.sample
share/examples/mgetty+sendfax/login.config
share/examples/mgetty+sendfax/mgetty.config
share/examples/mgetty+sendfax/sendfax.config
share/examples/mgetty+sendfax/voice.conf
@dirrm share/examples/mgetty+sendfax
@dirrm lib/mgetty+sendfax
4 changes: 2 additions & 2 deletions comms/mgetty+sendfax/distinfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$NetBSD: distinfo,v 1.21 2005/03/07 11:29:28 wiz Exp $
$NetBSD: distinfo,v 1.22 2005/06/12 14:29:53 hira Exp $

SHA1 (mgetty1.1.31-Jul24.tar.gz) = a6f20da26b49bbfa695791edec7d0a2247b79e2d
RMD160 (mgetty1.1.31-Jul24.tar.gz) = 255eec0838ce5bfad04c53d478a4505e74111a07
Size (mgetty1.1.31-Jul24.tar.gz) = 998462 bytes
SHA1 (patch-aa) = 9b6d9d6af2245f3dfea235bc2e044a2151bc4187
SHA1 (patch-ab) = 25c7ac6eb05551ac45ddc3b1fa85c47ea2823b66
SHA1 (patch-ac) = e256174179415b558c22cc14c6a6402f94bf8893
SHA1 (patch-ac) = 983ee9598151a2234022bfc65047926841102c65
SHA1 (patch-ad) = 7c4a96eaf7c83e9d907a74317252f752b4c689e6
SHA1 (patch-ae) = 04f35280e337fb766152b7d9badcd0c417aa1739
SHA1 (patch-af) = b5a36405c7e3783810f513d890190352fe2008cb
Expand Down
17 changes: 13 additions & 4 deletions comms/mgetty+sendfax/patches/patch-ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
$NetBSD: patch-ac,v 1.5 2005/02/23 16:58:26 jwise Exp $
$NetBSD: patch-ac,v 1.6 2005/06/12 14:29:53 hira Exp $

--- voice/Makefile.orig 2001-12-23 10:08:13.000000000 -0500
+++ voice/Makefile 2005-02-23 11:48:08.000000000 -0500
@@ -92,11 +92,12 @@
--- voice/Makefile.orig 2001-12-24 00:08:13.000000000 +0900
+++ voice/Makefile 2005-06-12 23:03:21.000000000 +0900
@@ -26,6 +26,8 @@

PROGRAMDIRS=pvftools vgetty vm

+CONF_EXAMPLES_DIR=${PREFIX}/share/examples/mgetty+sendfax
+
PVFTOOLS=pvfamp pvfcut pvfecho pvffile pvffilter pvffft pvfmix pvfnoise \
pvfreverse pvfsine pvfspeed pvftormd rmdtopvf rmdfile pvftovoc \
voctopvf pvftolin lintopvf pvftobasic basictopvf pvftoau autopvf \
@@ -92,11 +94,12 @@
$(INSTALL) -m 644 man/man1/zplay.1 $(MAN1DIR)
$(INSTALL) -m 644 man/man1/pvf.1 $(MAN1DIR)
$(INSTALL) -m 644 man/man8/vgetty.8 $(MAN8DIR)
Expand Down

0 comments on commit d95fa72

Please sign in to comment.