diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 07:02:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 07:02:37 +0000 |
commit | 561d3d4312fb0e46d0f48efa3b65b3b42154d88a (patch) | |
tree | df45cee0e8671436630bfc8faba390aed7c2a978 /comms | |
parent | 32c9e244e090d08514aa3e2da80532b1bf0213b6 (diff) | |
download | ports-561d3d4312fb0e46d0f48efa3b65b3b42154d88a.tar.gz ports-561d3d4312fb0e46d0f48efa3b65b3b42154d88a.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mwavem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile index d04cf9088980..16867d816abb 100644 --- a/comms/mwavem/Makefile +++ b/comms/mwavem/Makefile @@ -36,9 +36,11 @@ pre-install: ${MKDIR} ${DATADIR} post-install: +.if !defined(PACKAGE_BUILDING) @${RM} -f /dev/mwave @${ECHO} "Creating /dev/mwave" mknod /dev/mwave c 96 0 +.endif @${ECHO} "Installing ${PREFIX}/etc/rc.d/${STARTUP} startup file." @${INSTALL_SCRIPT} ${FILESDIR}/${STARTUP} ${PREFIX}/etc/rc.d/ @${ECHO} "******************************************************************************"; \ |