summaryrefslogtreecommitdiff
path: root/misc/argparse
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
commitd9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch)
tree7188beb34e0a3adac815c9497c615b1b78eb4454 /misc/argparse
parentport wouldn't build without the gnomelibs. (diff)
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes: svn path=/head/; revision=69612
Diffstat (limited to 'misc/argparse')
-rw-r--r--misc/argparse/Makefile2
-rw-r--r--misc/argparse/pkg-comment1
2 files changed, 2 insertions, 1 deletions
diff --git a/misc/argparse/Makefile b/misc/argparse/Makefile
index b10e158e6318..2b2b0ef344b1 100644
--- a/misc/argparse/Makefile
+++ b/misc/argparse/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://home.pages.at/kingleo/development/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A tool for commandline parsing for shell scripts
+
LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg
GNU_CONFIGURE= yes
diff --git a/misc/argparse/pkg-comment b/misc/argparse/pkg-comment
deleted file mode 100644
index d95f650d1a96..000000000000
--- a/misc/argparse/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A tool for commandline parsing for shell scripts