diff options
author | minskim <minskim> | 2005-06-06 01:52:39 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-06-06 01:52:39 +0000 |
commit | 34412eef5af0ad4cbf71af95399a71c4bcf5b6d3 (patch) | |
tree | a427d92fc17c040b613c0fddd47d1f1f6fe6301a | |
parent | fd2cd1b7b661b68ea585033fe5b2b7503a585b01 (diff) | |
download | pkgsrc-34412eef5af0ad4cbf71af95399a71c4bcf5b6d3.tar.gz |
Fix the previous PKGREVISION bump by setting PKGREVISION in Makefile,
instead of Makefile.common.
-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/ |