summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 14:38:16 +0000
committerwiz <wiz>2001-02-16 14:38:16 +0000
commit0e6fa9f644599b5f010ffe053765f5a3dcfbbe32 (patch)
treed583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /devel/libtool-base
parent9cd33f1ced25f785a26235a0c68a92f8f28d517e (diff)
downloadpkgsrc-0e6fa9f644599b5f010ffe053765f5a3dcfbbe32.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile4
-rw-r--r--devel/libtool-base/pkg/COMMENT1
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index e6abdb0026d..02e56b54642 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/02/03 05:26:03 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:40 wiz Exp $
#
.include "../libtool/Makefile.common"
PKGNAME= ${DISTNAME:C/-/-base-/}${PKGREV}
+COMMENT= Generic shared library support script (the script itself)
+
test: build
cd ${WRKSRC} && ${MAKE} check
diff --git a/devel/libtool-base/pkg/COMMENT b/devel/libtool-base/pkg/COMMENT
deleted file mode 100644
index 5c6cf15b772..00000000000
--- a/devel/libtool-base/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Generic shared library support script (the script itself)