diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
commit | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /devel/libtool | |
parent | 5db9dc6826de4c5bfec1656c0935b20663fd040c (diff) | |
download | pkgsrc-94dc65fbeccff1dc0d868dfd4949516e0eacf893.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile | 4 | ||||
-rw-r--r-- | devel/libtool/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 29b880b5023..93b9937cec8 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/02/03 05:34:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.32 2001/02/16 14:38:40 wiz Exp $ # DISTFILES= # empty @@ -6,6 +6,8 @@ DISTFILES= # empty PKGNAME= ${DISTNAME}${PKGREV} +COMMENT= Generic shared library support script + DEPENDS+= ${DISTNAME:C/-/-base-/}${PKGREV}:../libtool-base DEPENDS+= ${DISTNAME:C/-/-info-/}${PKGREV}:../libtool-info diff --git a/devel/libtool/pkg/COMMENT b/devel/libtool/pkg/COMMENT deleted file mode 100644 index c64215ed2fd..00000000000 --- a/devel/libtool/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Generic shared library support script |