diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-06-23 14:23:13 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-06-23 14:23:13 +0000 |
commit | 874df2b597d58accd440706aaf3de6e7a23a97c8 (patch) | |
tree | 9c1001e4f0d919e73964943afe8311f8355c5dab /audio | |
parent | aa84315f852e64f9323e4a569e5e89ece7538055 (diff) | |
download | pkgsrc-874df2b597d58accd440706aaf3de6e7a23a97c8.tar.gz |
s/packages@/tech-pkg@/g
(Forgot the last time we did this. Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common index a2f23cc0000..51c017e39a4 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2003/04/03 22:47:16 grant Exp $ -*- Makefile -*- +# $NetBSD: Makefile.common,v 1.6 2003/06/23 14:23:21 jschauma Exp $ -*- Makefile -*- DISTNAME= mpg123-0.59r MPG123_VERSION= 0.59.18 CATEGORIES= audio @@ -8,7 +8,7 @@ MASTER_SITES= http://www.mpg123.de/mpg123/ \ PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCHFILES= mpg123-059r-v6-20000713b.diff.gz -MAINTAINER= packages@netbsd.org +MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.mpg123.de/ BUILD_DEFS+= USE_INET6 DIST_SUBDIR= mpg123 |