Index: head/audio/radio/pkg-plist =================================================================== --- head/audio/radio/pkg-plist (revision 114774) +++ head/audio/radio/pkg-plist (nonexistent) @@ -1,2 +0,0 @@ -bin/broadcast -bin/radio Property changes on: head/audio/radio/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/audio/radio/Makefile =================================================================== --- head/audio/radio/Makefile (revision 114774) +++ head/audio/radio/Makefile (revision 114775) @@ -1,22 +1,24 @@ # New ports collection makefile for: radio # Date created: 5 July 1995 # Whom: janek@gaja.ipan.lublin.pl # # $FreeBSD$ # PORTNAME= radio PORTVERSION= 2.0.4 PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= http://ftp.yars.free.net/pub/software/unix/util/sound/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Radio over the Internet NO_WRKSUBDIR= yes ALL_TARGET= ${OPSYS} MAN1= radio.1 broadcast.1 +PLIST_FILES= bin/broadcast bin/radio + .include Property changes on: head/audio/radio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/audio/rawrec/pkg-plist =================================================================== --- head/audio/rawrec/pkg-plist (revision 114774) +++ head/audio/rawrec/pkg-plist (nonexistent) @@ -1,2 +0,0 @@ -bin/rawplay -bin/rawrec Property changes on: head/audio/rawrec/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/audio/rawrec/Makefile =================================================================== --- head/audio/rawrec/Makefile (revision 114774) +++ head/audio/rawrec/Makefile (revision 114775) @@ -1,43 +1,45 @@ # ex:ts=8 # Ports collection makefile for: rawrec # Date created: May 9, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= rawrec PORTVERSION= 0.9.98 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE:S/$/:sun/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} MASTER_SITE_SUBDIR= apps/sound/recorders/:sun \ ${PORTNAME}/:sf DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sun,sf MAINTAINER= ports@FreeBSD.org COMMENT= A utility to record and playback raw audio data WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_GETOPT_LONG=yes USE_REINPLACE= yes USE_GMAKE= yes MAKE_ARGS= CC="${CC}" \ CFLAGS="${CPPFLAGS} ${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -lm ${PTHREAD_LIBS}" MAN1= rawrec.1 MLINKS= rawrec.1 rawplay.1 +PLIST_FILES= bin/rawplay bin/rawrec + post-patch: @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rawrec ${PREFIX}/bin ${LN} -sf rawrec ${PREFIX}/bin/rawplay ${INSTALL_MAN} ${WRKSRC}/../docs/user/rawrec.1 ${MAN1PREFIX}/man/man1 .include Property changes on: head/audio/rawrec/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property