diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-21 06:00:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-21 06:00:43 +0000 |
commit | 0c11e3e788b277bc1d82624394c938c05a5b761f (patch) | |
tree | 46e7a9990bf2c594b6d10506ab96059f5c41e3d7 /audio/gst-plugins0.8-oss/Makefile | |
parent | 9eb803e6875c911a24299cd6741a4bc592712090 (diff) | |
download | pkgsrc-0c11e3e788b277bc1d82624394c938c05a5b761f.tar.gz |
Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
Diffstat (limited to 'audio/gst-plugins0.8-oss/Makefile')
-rw-r--r-- | audio/gst-plugins0.8-oss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gst-plugins0.8-oss/Makefile b/audio/gst-plugins0.8-oss/Makefile index 91b884d7fad..926f5806299 100644 --- a/audio/gst-plugins0.8-oss/Makefile +++ b/audio/gst-plugins0.8-oss/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2006/03/09 21:04:40 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/03/21 06:00:44 jlam Exp $ # GST_PLUGINS0.8_NAME= oss GST_PLUGINS0.8_DIR= sys/oss .include "../../multimedia/gst-plugins0.8/Makefile.common" -PKGREVISION= 3 +PKGREVISION= 4 SUBST_CLASSES+= devoss SUBST_MESSAGE.devoss= "Fixing path to OSS audio device." |