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 /pkgtools/port2pkg | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'pkgtools/port2pkg')
-rw-r--r-- | pkgtools/port2pkg/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/port2pkg/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/port2pkg/Makefile b/pkgtools/port2pkg/Makefile index 8ad6e3fbbed..17f97364c31 100644 --- a/pkgtools/port2pkg/Makefile +++ b/pkgtools/port2pkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/16 13:06:20 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/17 17:51:32 wiz Exp $ # DISTNAME= port2pkg-1.8 @@ -7,6 +7,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= sakamoto@netbsd.org +COMMENT= Convert from a FreeBSD port to a NetBSD package DEPENDS+= pkglint-[0-9]*:../../pkgtools/pkglint diff --git a/pkgtools/port2pkg/pkg/COMMENT b/pkgtools/port2pkg/pkg/COMMENT deleted file mode 100644 index 07efc52a29f..00000000000 --- a/pkgtools/port2pkg/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Convert from a FreeBSD port to a NetBSD package |