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 | 8f2cda88a01ca67e7b5a7b14695229d9c31e9b79 (patch) | |
tree | 7e7696ead7d6b3bbb8595bf1dc4e0d9979af6393 /archivers | |
parent | e6672ccba590af9f86b41e555dfae82791bafa9d (diff) | |
download | pkgsrc-8f2cda88a01ca67e7b5a7b14695229d9c31e9b79.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 |