diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | d52318ad7f58be5bf7632dc1cdb71e2e2e14266d (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /comms | |
parent | 6398c6433afdc49f0d0039f60434b86e4ca08cd2 (diff) | |
download | pkgsrc-d52318ad7f58be5bf7632dc1cdb71e2e2e14266d.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fidogate/Makefile | 4 | ||||
-rw-r--r-- | comms/hylafax/Makefile | 4 | ||||
-rw-r--r-- | comms/modemd/Makefile | 7 | ||||
-rw-r--r-- | comms/p5-pilot-link/Makefile | 3 |
4 files changed, 11 insertions, 7 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index 295e8cdb6f9..4561a448b14 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2007/03/19 16:40:27 tv Exp $ +# $NetBSD: Makefile,v 1.56 2007/03/24 19:21:19 joerg Exp $ # DISTNAME= fidogate-4.4.10 @@ -37,7 +37,7 @@ OWN_DIRS= ${PKG_SYSCONFDIR}/fidogate INSTALLATION_DIRS= ${EGDIR} lib/fidogate \ lib/fidogate/bin share/doc/fidogate \ share/fidogate share/fidogate/sendmail \ - share/fidogate/sendmail/mailer + share/fidogate/sendmail/mailer share/examples/rc.d post-extract: @${CP} ${WRKSRC}/examples/orodruin/fidogate.conf \ diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index bf87e5b9377..0648fbc8913 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2006/10/01 14:00:12 rillig Exp $ +# $NetBSD: Makefile,v 1.55 2007/03/24 19:21:19 joerg Exp $ VERS= 4.2.5 DISTNAME= hylafax-${VERS} @@ -35,6 +35,8 @@ FAXUSER?= uucp FAXGROUP?= dialer RCD_SCRIPTS= hylafax +INSTALLATION_DIRS= libdata/hylafax + SUID_EXES= ${PREFIX}/libexec/faxgetty ${PREFIX}/sbin/faxq \ ${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter diff --git a/comms/modemd/Makefile b/comms/modemd/Makefile index fe87134e43b..07b717b7452 100644 --- a/comms/modemd/Makefile +++ b/comms/modemd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/06/18 11:43:54 rillig Exp $ +# $NetBSD: Makefile,v 1.17 2007/03/24 19:21:19 joerg Exp $ DISTNAME= modemd-970221 PKGNAME= modemd-19970221 @@ -14,7 +14,8 @@ MANCOMPRESSED_IF_MANZ= yes MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} MAKE_ENV+= MANOWN=${MANOWN} MANGRP=${MANGRP} -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/modemd +INSTALLATION_DIRS= ${PKGMANDIR}/cat5 ${PKGMANDIR}/man5 \ + ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8 \ + sbin share/examples/modemd .include "../../mk/bsd.pkg.mk" diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile index fc801531832..3ccdf784399 100644 --- a/comms/p5-pilot-link/Makefile +++ b/comms/p5-pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/02/22 19:26:14 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2007/03/24 19:21:20 joerg Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -20,6 +20,7 @@ PERL5_LDFLAGS= -lpisock REPLACE_PERL+= bindings/Perl/h2xs-pilot-link INSTALL_DIRS= ${WRKSRC}/bindings +INSTALLATION_DIRS= bin BUILD_DIRS+= ${WRKSRC}/src BUILD_DIRS+= ${INSTALL_DIRS} |