summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorkei <kei@pkgsrc.org>2002-04-15 18:25:45 +0000
committerkei <kei@pkgsrc.org>2002-04-15 18:25:45 +0000
commitc9032afd571ab44e37080a75373eeee3bdbd71de (patch)
tree5375438edca1df376d75b22a55f5a05fe141797f /devel/libtool
parentee236b1edfdf28ff86f1d0ebdfc597863bd333ad (diff)
downloadpkgsrc-c9032afd571ab44e37080a75373eeee3bdbd71de.tar.gz
Define PKGREVISION, not PKGREV to handle nbX of the package. libtool package
now uses the standard way.
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/Makefile8
-rw-r--r--devel/libtool/Makefile.common4
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile
index 3c43bedbea3..dd98641fed9 100644
--- a/devel/libtool/Makefile
+++ b/devel/libtool/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.34 2001/10/18 15:20:11 veego Exp $
+# $NetBSD: Makefile,v 1.35 2002/04/15 18:25:45 kei Exp $
#
DISTFILES= # empty
.include "Makefile.common"
-PKGNAME= ${PKGPFX}${PKGREV}
+PKGNAME= ${PKGPFX}
SVR4_PKGNAME= ltool
-DEPENDS+= ${PKGPFX:C/-/-base-/}${PKGREV}:../libtool-base
-DEPENDS+= ${PKGPFX:C/-/-info-/}${PKGREV}:../libtool-info
+DEPENDS+= ${PKGNAME:C/-/-base-/}:../libtool-base
+DEPENDS+= ${PKGNAME:C/-/-info-/}:../libtool-info
COMMENT= Generic shared library support script
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common
index e2dd4b54b4f..6c86d90b22c 100644
--- a/devel/libtool/Makefile.common
+++ b/devel/libtool/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.20 2002/03/26 16:31:28 skrll Exp $
+# $NetBSD: Makefile.common,v 1.21 2002/04/15 18:25:45 kei Exp $
#
DISTNAME= libtool-ml-20010614
PKGPFX= ${DISTNAME:C/ml-/1.4./}
-PKGREV= nb8
+PKGREVISION= 8
WRKSRC= ${WRKDIR}/libtool-ml
CATEGORIES= devel pkgtools
MASTER_SITES= ${MASTER_SITE_LOCAL}