diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-08-21 00:06:14 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-08-21 00:06:14 +0800 |
commit | b4310f3259e7eb68a6f86adaa556a661520aec17 (patch) | |
tree | fd1455234c1c75a82678c67aa5c123c2efd57184 /audio | |
parent | 2566575ce4ca4e4923c29272630e67f3dc8ca045 (diff) | |
download | freebsd-ports-gnome-b4310f3259e7eb68a6f86adaa556a661520aec17.tar.gz freebsd-ports-gnome-b4310f3259e7eb68a6f86adaa556a661520aec17.tar.zst freebsd-ports-gnome-b4310f3259e7eb68a6f86adaa556a661520aec17.zip |
Added ONLY_FOR_ARCHS = i386 to Makefile and removed an unnecessary
MD5 checksum file from distinfo.
PR: 29864
Submitted by: MAINTAINER
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wavplay/Makefile | 2 | ||||
-rw-r--r-- | audio/wavplay/distinfo | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/wavplay/Makefile b/audio/wavplay/Makefile index 13e338ef1985..b2bd05e94432 100644 --- a/audio/wavplay/Makefile +++ b/audio/wavplay/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= apps/sound/players MAINTAINER= greg@rosevale.com.au +ONLY_FOR_ARCHS= i386 + MAN1= wavplay.1 .include <bsd.port.mk> diff --git a/audio/wavplay/distinfo b/audio/wavplay/distinfo index 43a48ca74d5a..85aacc438c03 100644 --- a/audio/wavplay/distinfo +++ b/audio/wavplay/distinfo @@ -1,2 +1 @@ MD5 (wavplay-1.4.tar.gz) = 726c58f47c0dbc3b58ff6c42300d518e -MD5 (wavplay14.patches.tar.gz) = a6dba343c980aa7126db57375deaa0f6 |