diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-19 07:50:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-19 07:50:55 +0000 |
commit | f6f6e8a2b480d577572cc030de59289ac6cbcb66 (patch) | |
tree | 0c4fefa884bcc1dcd1abf65eb685198cb912249d /devel | |
parent | f66a7f1777e6e56667e68e5a996f039a7447df56 (diff) | |
download | pkgsrc-f6f6e8a2b480d577572cc030de59289ac6cbcb66.tar.gz |
Reset PKGREVISION after update to 1.5.26.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool-base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 7dd2d17e64c..6b20f9bd765 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2008/11/19 01:26:52 chuck Exp $ +# $NetBSD: Makefile,v 1.85 2008/11/19 07:50:55 wiz Exp $ ########################################################################### ########################################################################### @@ -26,7 +26,6 @@ .include "../../devel/libtool/Makefile.common" PKGNAME= ${DISTNAME:S/-/-base-/} -PKGREVISION= 7 SVR4_PKGNAME= ltoob COMMENT= Generic shared library support script (the script itself) |