diff options
author | sbd <sbd@pkgsrc.org> | 2012-06-17 10:21:39 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-06-17 10:21:39 +0000 |
commit | 65c210005ffd1c0436c4e71035b898ed0e99c132 (patch) | |
tree | 7e7696ead7d6b3bbb8595bf1dc4e0d9979af6393 /archivers | |
parent | eb9634cf7657f323556cbaeaee3727789e709853 (diff) | |
download | pkgsrc-65c210005ffd1c0436c4e71035b898ed0e99c132.tar.gz |
Setting NBPAX_PROGRAM_PREFIX?=nb by default requires archivers/pax to be
given a PKGREVISON bump so that the new setting will take effect.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile index 5d6695b058f..9dbd8cbf942 100644 --- a/archivers/pax/Makefile +++ b/archivers/pax/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2012/05/29 22:58:53 cheusov Exp $ +# $NetBSD: Makefile,v 1.47 2012/06/17 10:21:39 sbd Exp $ DISTNAME= pax-20080110 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= # empty DISTFILES= # empty |