diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/xhfs | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/xhfs')
-rw-r--r-- | sysutils/xhfs/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xhfs/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xhfs/Makefile b/sysutils/xhfs/Makefile index 875f67eb104..6873edae8ca 100644 --- a/sysutils/xhfs/Makefile +++ b/sysutils/xhfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/30 20:25:44 jwise Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:42:22 wiz Exp $ # DISTNAME= hfsutils-3.2.6 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.mars.org/pub/hfs/ MAINTAINER= wrstuden@netbsd.org HOMEPAGE= http://www.mars.org/home/rob/proj/hfs/ +COMMENT= Tk GUI + Tcl Shell for accessing HFS volumes DEPENDS= libhfs-3.2.6:../../devel/libhfs DEPENDS+= tk-8.3.2:../../x11/tk diff --git a/sysutils/xhfs/pkg/COMMENT b/sysutils/xhfs/pkg/COMMENT deleted file mode 100644 index ac337d179e8..00000000000 --- a/sysutils/xhfs/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Tk GUI + Tcl Shell for accessing HFS volumes |