diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-26 14:04:30 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-26 14:04:30 +0000 |
commit | c53e696cf98a1730a179da50b7747250b4a37691 (patch) | |
tree | 2af4bdd298cba178ba065f8261c6c5f4d0ea72a5 /audio/radio | |
parent | 552d621a5bf264c46b3e273a6ce5d08e4d46fb82 (diff) |
Notes
Diffstat (limited to 'audio/radio')
-rw-r--r-- | audio/radio/Makefile | 2 | ||||
-rw-r--r-- | audio/radio/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/radio/Makefile b/audio/radio/Makefile index 9c28f490cb5e..9069940d6509 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> diff --git a/audio/radio/pkg-plist b/audio/radio/pkg-plist deleted file mode 100644 index 7e6ebef5974e..000000000000 --- a/audio/radio/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/broadcast -bin/radio |