diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-06 01:52:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-06 01:52:39 +0000 |
commit | 3bb675455e083e817692c83de61d164317f587c4 (patch) | |
tree | a427d92fc17c040b613c0fddd47d1f1f6fe6301a /audio | |
parent | 563a597e422c1e3c4585bbd301f6234cc18314eb (diff) | |
download | pkgsrc-3bb675455e083e817692c83de61d164317f587c4.tar.gz |
Fix the previous PKGREVISION bump by setting PKGREVISION in Makefile,
instead of Makefile.common.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libao/Makefile | 4 | ||||
-rw-r--r-- | audio/libao/Makefile.common | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 7b5fd264e99..744c1e681bf 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2005/05/20 19:20:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.28 2005/06/06 01:52:39 minskim Exp $ -PKGREVISION= 1 +PKGREVISION= 2 PKG_INSTALLATION_TYPES= overwrite diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common index 3e44bf17d35..a0f56b5fc2f 100644 --- a/audio/libao/Makefile.common +++ b/audio/libao/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.21 2005/06/06 01:37:13 minskim Exp $ +# $NetBSD: Makefile.common,v 1.22 2005/06/06 01:52:39 minskim Exp $ DISTNAME= libao-0.8.6 -PKGREVISION= 1 CATEGORIES= audio devel MASTER_SITES= http://downloads.xiph.org/releases/ao/ |