diff options
Diffstat (limited to 'comms/modemd/Makefile')
-rw-r--r-- | comms/modemd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/modemd/Makefile b/comms/modemd/Makefile index cb83b50d226..fe87134e43b 100644 --- a/comms/modemd/Makefile +++ b/comms/modemd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2005/12/05 20:49:55 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2006/06/18 11:43:54 rillig Exp $ DISTNAME= modemd-970221 PKGNAME= modemd-19970221 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= ftp://ftp.vix.com/pub/modemd/ @@ -10,6 +11,9 @@ COMMENT= Replacement getty for dialup ttys and a modem server 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 |