diff options
author | martti <martti> | 2002-04-17 13:24:21 +0000 |
---|---|---|
committer | martti <martti> | 2002-04-17 13:24:21 +0000 |
commit | e558dc7b8a0f738cc99d677cefc8f30a03da8bbb (patch) | |
tree | d5716cb35b8ed448d737d1b513ce5b4d4449a7c6 /devel/libtool-base | |
parent | 0b6528fe22e28010c564d46ab353e52248b015b4 (diff) | |
download | pkgsrc-e558dc7b8a0f738cc99d677cefc8f30a03da8bbb.tar.gz |
PKGREVISION is set in libtool/Makefile.common. Without this fix
you would see something like this from "lintpkgsrc -i":
Version mismatch: 'libtool-base' 1.4.20010614nb8 vs 1.4.20010614UNDEFINEDnb8
Diffstat (limited to 'devel/libtool-base')
-rw-r--r-- | devel/libtool-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 905331dfb40..b79ff23ced9 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2001/10/18 15:20:11 veego Exp $ +# $NetBSD: Makefile,v 1.9 2002/04/17 13:24:21 martti Exp $ # .include "../libtool/Makefile.common" -PKGNAME= ${PKGPFX:C/-/-base-/}${PKGREV} +PKGNAME= ${PKGPFX:C/-/-base-/} SVR4_PKGNAME= ltoob COMMENT= Generic shared library support script (the script itself) |