diff options
author | osa <osa@FreeBSD.org> | 2004-07-26 22:04:30 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-26 22:04:30 +0800 |
commit | ebd03fa6bf48f3e2515750b15e5be5fa1f60555d (patch) | |
tree | 8561f90f5c5f51f115cbc3decc1d7802be9d2c4f /audio/radio/Makefile | |
parent | 74eb3aed2a165089922ee7ddd88bd6d1dd5feb26 (diff) | |
download | freebsd-ports-graphics-ebd03fa6bf48f3e2515750b15e5be5fa1f60555d.tar.gz freebsd-ports-graphics-ebd03fa6bf48f3e2515750b15e5be5fa1f60555d.tar.zst freebsd-ports-graphics-ebd03fa6bf48f3e2515750b15e5be5fa1f60555d.zip |
Move package files from plist to Makefile, remove pkg-plist.
Diffstat (limited to 'audio/radio/Makefile')
-rw-r--r-- | audio/radio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/radio/Makefile b/audio/radio/Makefile index 9c28f490cb5..9069940d650 100644 --- a/audio/radio/Makefile +++ b/audio/radio/Makefile @@ -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> |