summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authormartti <martti>2002-04-17 13:24:21 +0000
committermartti <martti>2002-04-17 13:24:21 +0000
commit604b55cda0bb92dab9ade6e4954a2c6237ac59e9 (patch)
treed5716cb35b8ed448d737d1b513ce5b4d4449a7c6 /devel/libtool-base
parent4eacd36a7a31fb246f165858b60f80e13b3ee92e (diff)
downloadpkgsrc-604b55cda0bb92dab9ade6e4954a2c6237ac59e9.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/Makefile4
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)