summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>1998-06-18 16:15:10 +0000
committeragc <agc>1998-06-18 16:15:10 +0000
commit2e341c980bd77f438f8e861401a512886bb73b43 (patch)
treef358f5f2a87c3fb1e608f32e56dadd5a8036ab09
parentbc63c183c4a88bf3d475995dad966edbd7b3a06c (diff)
downloadpkgsrc-2e341c980bd77f438f8e861401a512886bb73b43.tar.gz
Update package Makefiles for automatic manual page handling.
-rw-r--r--audio/amp/Makefile4
-rw-r--r--audio/cam/Makefile4
-rw-r--r--audio/gsm/Makefile4
-rw-r--r--audio/mikmod/Makefile3
-rw-r--r--audio/mpg123/Makefile4
-rw-r--r--audio/nas/Makefile62
-rw-r--r--audio/nspmod/Makefile4
-rw-r--r--audio/rplay/Makefile5
-rw-r--r--audio/sox/Makefile3
-rw-r--r--audio/timidity/Makefile3
-rw-r--r--audio/tosha/Makefile4
-rw-r--r--audio/xcdplayer/Makefile3
-rw-r--r--audio/xmcd/Makefile5
-rw-r--r--audio/xmix/Makefile4
-rw-r--r--audio/xmmix/Makefile4
15 files changed, 15 insertions, 101 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile
index 2d5b64fc65d..15c74d52631 100644
--- a/audio/amp/Makefile
+++ b/audio/amp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:09 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/06/18 16:15:10 agc Exp $
#
DISTNAME= amp-0.7.6
@@ -10,8 +10,6 @@ MAINTAINER= mycroft@NetBSD.ORG
GNU_CONFIGURE= yes
-MAN1= amp.1
-
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/amp ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/amp.1 ${PREFIX}/man/man1
diff --git a/audio/cam/Makefile b/audio/cam/Makefile
index 1007cbb6cf5..640932ba293 100644
--- a/audio/cam/Makefile
+++ b/audio/cam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:39 agc Exp $
+# $NetBSD: Makefile,v 1.7 1998/06/18 16:15:10 agc Exp $
#
DISTNAME= cam-1.02
@@ -11,6 +11,4 @@ MAINTAINER= packages@netbsd.org
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
-MAN1= cam.1
-
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile
index 6e7c8b0d031..02bb6115af4 100644
--- a/audio/gsm/Makefile
+++ b/audio/gsm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/04/20 11:56:19 frueauf Exp $
+# $NetBSD: Makefile,v 1.10 1998/06/18 16:15:10 agc Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:39 max Exp
#
@@ -11,8 +11,6 @@ MAINTAINER= packages@netbsd.org
MAKE_FLAGS= PREFIX="${PREFIX}"
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
-MAN1= toast.1
-MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
post-install:
@strip ${PREFIX}/bin/toast
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index b81efa8e5a9..f05c851218e 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/06/03 11:45:58 agc Exp $
+# $NetBSD: Makefile,v 1.10 1998/06/18 16:15:10 agc Exp $
#
DISTNAME= mikmod-2.14-unix
@@ -16,7 +16,6 @@ MIRROR_DISTFILE= no
.include "../../mk/bsd.prefs.mk"
WRKSRC= ${WRKDIR}/${DISTNAME}/source
-MAN1= mikmod.1
do-install:
( cd ${WRKSRC} ; ${INSTALL_PROGRAM} mikmod mikcvt ${PREFIX}/bin )
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index f6890d230b9..06d24a6d85a 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:10 agc Exp $
+# $NetBSD: Makefile,v 1.7 1998/06/18 16:15:10 agc Exp $
#
DISTNAME= mpg123-0.59o
@@ -7,8 +7,6 @@ MASTER_SITES= http://ftp.tu-clausthal.de/pub/unix/audio/mpg123/
MAINTAINER= augustss@cs.chalmers.se
-MAN1= mpg123.1
-
.if (${MACHINE_ARCH} == "i386")
ALL_TARGET= netbsd-i386
.else
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index 56309b1b593..b899a0eb7c6 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/05/21 20:23:51 frueauf Exp $
+# $NetBSD: Makefile,v 1.7 1998/06/18 16:15:10 agc Exp $
# FreeBSD ID: Makefile,v 1.8 1997/01/06 12:04:12 jkh Exp
#
@@ -12,64 +12,4 @@ MAINTAINER= packages@netbsd.org
USE_IMAKE= yes
-CAT1= auserver.0 AUVoxConfig.0 auvoxware.0 auconvert.0
-CAT1+= auctl.0 audemo.0 audial.0 auedit.0 auinfo.0 aupanel.0
-CAT1+= auplay.0 aurecord.0 autool.0 auwave.0 auphone.0
-CAT1+= auscope.0 soundtoh.0 issndfile.0 playbucket.0
-CAT1+= checkmail.0 nas.0
-
-CAT3= AuAnyEvent.0 AuBucketAttributes.0 AuConvertDataToShort.0
-CAT3+= AuConvertShortToData.0 AuCloseServer.0 AuCreateBucket.0
-CAT3+= AuCreateFlow.0 AuDeviceAttributes.0 AuDataFormats.0
-CAT3+= AuDataTypes.0 AuDefineToFormat.0 AuDestroyBucket.0
-CAT3+= AuDestroyFlow.0 AuDispatchEvent.0 AuElementNotifyEvent.0
-CAT3+= AuElementParameters.0 AuElementState.0 AuElement.0
-CAT3+= AuErrorEvent.0 AuEvent.0 AuEventsQueued.0
-CAT3+= AuFixedPointFractionalAddend.0 AuFixedPointFromFraction.0
-CAT3+= AuFixedPointFromSum.0 AuFixedPointIntegralAddend.0
-CAT3+= AuFixedPointRoundDown.0 AuFixedPointRoundUp.0
-CAT3+= AuFileFormats.0 AuFlush.0 AuFreeBucketAttributes.0
-CAT3+= AuFreeDeviceAttributes.0 AuFreeElementStates.0
-CAT3+= AuFormatToDefine.0 AuFormatToString.0 AuFreeElements.0
-CAT3+= AuGetBucketAttributes.0 AuGetCloseDownMode.0
-CAT3+= AuGetDeviceAttributes.0 AuGetErrorDatabaseText.0
-CAT3+= AuGetElementParameters.0 AuGetElementStates.0
-CAT3+= AuGetErrorText.0 AuGetScratchFlowFromBucket.0
-CAT3+= AuGetScratchFlowToBucket.0 AuGetScratchFlow.0
-CAT3+= AuGetServerTime.0 AuGetElements.0 AuGrabNotifyEvent.0
-CAT3+= AuHandleEvents.0 AuIDOfEvent.0 AuServer.0 AuInputTrack.0
-CAT3+= AuKillClient.0 AuListBuckets.0 AuListDevices.0
-CAT3+= AuLookupEventHandler.0 AuMakeChangeStateAction.0
-CAT3+= AuMakeElementAddConstant.0 AuMakeElementBundle.0
-CAT3+= AuMakeElementExportBucket.0 AuMakeElementExportClient.0
-CAT3+= AuMakeElementExportDevice.0 AuMakeElementExportMonitor.0
-CAT3+= AuMakeElementImportBucket.0 AuMakeElementImportClient.0
-CAT3+= AuMakeElementImportDevice.0 AuNextEvent.0
-CAT3+= AuMakeElementImportWaveForm.0 AuMakeElementMultiplyConstant.0
-CAT3+= AuMakeElementState.0 AuMakeElementSum.0 AuMakeInputTrack.0
-CAT3+= AuMakeNoopAction.0 AuMonitorNotifyEvent.0
-CAT3+= AuMakeSendNotifyAction.0 AuMonitorDevice.0
-CAT3+= AuOpenServer.0 AuPauseFlow.0 AuRegisterEventHandler.0
-CAT3+= AuReleaseScratchFlow.0 AuReadElement.0 AuRequeueEvent.0
-CAT3+= AuSetBucketAttributes.0 AuSync.0 AuSoundCreateBucketFromData.0
-CAT3+= AuSoundCreateBucketFromFile.0 AuSoundCreateDataFromBucket.0
-CAT3+= AuSetCloseDownMode.0 AuSoundCreateFileFromBucket.0
-CAT3+= AuSetDeviceAttributes.0 AuSetElementParameters.0
-CAT3+= AuSetElementStates.0 AuSetElements.0 AuSetErrorHandler.0
-CAT3+= AuSetIOErrorHandler.0 AuSoundPlay.0 AuSoundPlayFromBucket.0
-CAT3+= AuSoundPlayFromData.0 AuSoundPlayFromFile.0 Sound.0
-CAT3+= AuSoundPlaySynchronousFromFile.0 AuSoundRecord.0
-CAT3+= AuSoundRecordToBucket.0 AuSoundRecordToData.0
-CAT3+= AuSoundRecordToFile.0 AuSoundRecordToFileN.0
-CAT3+= AuSetString.0 AuScanEvents.0 AuScanForTypedEvent.0
-CAT3+= AuServerName.0 AuStopFlow.0 AuStartFlow.0 AuStringToFormat.0
-CAT3+= AuStringToWaveForm.0 AuSynchronize.0 AuUnregisterEventHandler.0
-CAT3+= AuWaveFormToString.0 AuWriteElement.0
-CAT3+= SoundAbbrevToFileFormat.0 SoundCloseFile.0 SoundCreate.0
-CAT3+= SoundFlushFile.0 SoundOpenFileForReading.0
-CAT3+= SoundOpenFileForWriting.0 SoundReadFile.0
-CAT3+= SoundRewindFile.0 SoundSeekFile.0
-CAT3+= SoundStringToFileFormat.0 SoundTellFile.0
-CAT3+= SoundWriteFile.0
-
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile
index 08fb5965158..7a3f952a9dd 100644
--- a/audio/nspmod/Makefile
+++ b/audio/nspmod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:10 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/06/18 16:15:10 agc Exp $
#
DISTNAME= nspmod-0.1
@@ -9,8 +9,6 @@ MASTER_SITE_SUBDIR= apps/sound/players
MAINTAINER= mycroft@NetBSD.ORG
-MAN1= nspmod.1
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nspmod ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nspmod.1 ${MANPREFIX}/man/man1
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 0e27b7d5c6a..423fa5652bb 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/06/04 22:55:11 augustss Exp $
+# $NetBSD: Makefile,v 1.12 1998/06/18 16:15:11 agc Exp $
# FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp
#
@@ -15,9 +15,6 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}"
CONFIGURE_ENV+= RPLAY_TARGET=generic # XXX
CONFIGURE_ENV+= CFLAGS=-I${PREFIX}/include # XXX
CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib # XXX
-#USE_GMAKE= yes
-MAN1= rplay.1 xrplay.1 rplayd.1 rptp.1
-MAN5= rplay.conf.5 rplay.hosts.5 rplay.servers.5
INFO_FILES= RPTP.info RPLAY.info rplay.info librplay.info
pre-configure:
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index e2c99159721..f66bea102cf 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/04/20 11:56:19 frueauf Exp $
+# $NetBSD: Makefile,v 1.5 1998/06/18 16:15:11 agc Exp $
# FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp
#
@@ -11,7 +11,6 @@ MAINTAINER= packages@netbsd.org
NO_WRKSUBDIR= yes
MAKEFILE= Makefile.unx
-MAN1= sox.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/sox ${PREFIX}/bin
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index f96d6a81060..182330622a4 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1998/05/09 21:26:53 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 1998/06/18 16:15:11 agc Exp $
#
DISTNAME= timidity-0.2i
@@ -23,7 +23,6 @@ IS_INTERACTIVE= yes
.endif
EXTRACT_ONLY= ${DISTNAME}.tar.gz
INSTALL_TARGET= install.all
-MAN1= timidity.1
do-configure:
@cd ${WRKSRC} && \
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile
index 723c7db0eb1..2f3c7d63644 100644
--- a/audio/tosha/Makefile
+++ b/audio/tosha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:11 agc Exp $
+# $NetBSD: Makefile,v 1.4 1998/06/18 16:15:11 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1997/05/25 08:58:43 andreas Exp
#
@@ -8,6 +8,4 @@ MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/
MAINTAINER= oliver.fromme@heim3.tu-clausthal.de
-MAN1= pcmfade.1 pcmplay.1 tosha.1
-
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/xcdplayer/Makefile b/audio/xcdplayer/Makefile
index 747382c8ccf..cc0ed9e6df6 100644
--- a/audio/xcdplayer/Makefile
+++ b/audio/xcdplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:20 frueauf Exp $
+# $NetBSD: Makefile,v 1.6 1998/06/18 16:15:11 agc Exp $
# FreeBSD Id: Makefile,v 1.8 1997/04/01 23:08:24 swallace Exp
#
@@ -11,6 +11,5 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= packages@netbsd.org
USE_IMAKE= yes
-CAT1= xcdplayer.0
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index fdd5b202838..56660fd1cb7 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/06/09 13:36:48 agc Exp $
+# $NetBSD: Makefile,v 1.10 1998/06/18 16:15:11 agc Exp $
# FreeBSD Id: Makefile,v 1.8 1997/09/08 13:20:10 tg Exp
#
@@ -12,9 +12,6 @@ USE_MOTIF= yes
USE_IMAKE= yes
IS_INTERACTIVE= yes # asks a lot of questions
-MAN1= xmcd.1 cda.1 cddbcmd.1 wm2xmcd.1
-CAT1= xmcd.0 cda.0 cddbcmd.0 wm2xmcd.0
-
post-install:
@strip ${PREFIX}/bin/xmcd
@strip ${PREFIX}/bin/cda
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile
index 7cd6d4812dd..0fed95c40e4 100644
--- a/audio/xmix/Makefile
+++ b/audio/xmix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/05/13 07:57:44 frueauf Exp $
+# $NetBSD: Makefile,v 1.7 1998/06/18 16:15:11 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1996/11/18 13:56:53 asami Exp
#
@@ -15,8 +15,6 @@ MAINTAINER= packages@netbsd.org
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xmix
-CAT1= xmix.0
-
pre-configure:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile
index 7df6c9baee4..2a8d66ca46f 100644
--- a/audio/xmmix/Makefile
+++ b/audio/xmmix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/06/09 13:36:49 agc Exp $
+# $NetBSD: Makefile,v 1.11 1998/06/18 16:15:11 agc Exp $
# FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp
#
@@ -11,8 +11,6 @@ MAINTAINER= augustss@cs.chalmers.se
USE_IMAKE= yes
USE_MOTIF= yes
-CAT1= xmmix.0
-
post-patch:
for file in ${WRKSRC}/XMmix.ad ${WRKSRC}/resource.h; do \
${CP} $$file $$file.orig; \