diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/beep/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/beep/Makefile b/audio/beep/Makefile index 2c5a5e14d7a0..aceb71a5469e 100644 --- a/audio/beep/Makefile +++ b/audio/beep/Makefile @@ -9,14 +9,11 @@ MASTER_SITES= http://freebsd.unixfreunde.de/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Beeps a certain duration and pitch out of the PC Speaker -NO_STAGE= yes -MAN1= beep.1 -MANCOMPRESSED= maybe WRKSRC= ${WRKDIR}/${PORTNAME} ONLY_FOR_ARCHS= i386 amd64 pc98 -PLIST_FILES= bin/beep +PLIST_FILES= bin/beep man/man1/beep.1.gz post-patch: ${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \ |