1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Move package files from plist to Makefile, remove pkg-plist.

This commit is contained in:
Sergey A. Osokin 2004-07-26 14:04:30 +00:00
parent 552d621a5b
commit c53e696cf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114775
4 changed files with 4 additions and 4 deletions

View File

@ -19,4 +19,6 @@ NO_WRKSUBDIR= yes
ALL_TARGET= ${OPSYS}
MAN1= radio.1 broadcast.1
PLIST_FILES= bin/broadcast bin/radio
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
bin/broadcast
bin/radio

View File

@ -31,6 +31,8 @@ MAKE_ARGS= CC="${CC}" \
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|<linux/soundcard.h>|<sys/soundcard.h>|g'

View File

@ -1,2 +0,0 @@
bin/rawplay
bin/rawrec