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:
parent
552d621a5b
commit
c53e696cf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114775
@ -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>
|
||||
|
@ -1,2 +0,0 @@
|
||||
bin/broadcast
|
||||
bin/radio
|
@ -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'
|
||||
|
@ -1,2 +0,0 @@
|
||||
bin/rawplay
|
||||
bin/rawrec
|
Loading…
Reference in New Issue
Block a user