diff options
author | jkim <jkim@FreeBSD.org> | 2009-11-17 02:12:30 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2009-11-17 02:12:30 +0800 |
commit | 53b44efb657d399f420b7176c4c65055e01b36c9 (patch) | |
tree | 3aaf278fb1d0ce8dc0b1d6b0513a85032b2ae3f0 /audio/oss/Makefile | |
parent | c59fd1160574e058439eee57a1c93e32c2645684 (diff) | |
download | freebsd-ports-gnome-53b44efb657d399f420b7176c4c65055e01b36c9.tar.gz freebsd-ports-gnome-53b44efb657d399f420b7176c4c65055e01b36c9.tar.zst freebsd-ports-gnome-53b44efb657d399f420b7176c4c65055e01b36c9.zip |
- Chase distfile change. The previous tarball was actually build 2001.
- Fix soundoff and add a proper prefix to ossdevlinks[1].
PR: ports/139580, ports/140592[1]
Submitted by: Michael Hax (nc dot bash at gmail dot com)
Diffstat (limited to 'audio/oss/Makefile')
-rw-r--r-- | audio/oss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 4374702799dd..752f81d079d4 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -7,6 +7,7 @@ PORTNAME= oss DISTVERSION= 4.2-build2002 +PORTREVISION= 1 CATEGORIES= audio kld MASTER_SITES= http://www.opensound.com/developer/sources/stable/bsd/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-bsd |