diff options
author | agc <agc> | 1999-12-07 11:44:04 +0000 |
---|---|---|
committer | agc <agc> | 1999-12-07 11:44:04 +0000 |
commit | f71100a212c3ed124aab8c19452cd62ae2bb4b75 (patch) | |
tree | 6d874cac7bd23c4d64a02853143250065d093374 /pkgtools | |
parent | 9314989681bf3bf2688e93a3433dbee91a01d4cf (diff) | |
download | pkgsrc-f71100a212c3ed124aab8c19452cd62ae2bb4b75.tar.gz |
Provide the packages.7 manual page as a package, so that it's easier to
keep it in sync with the packages collection itself.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgmanpages/Makefile | 18 | ||||
-rw-r--r-- | pkgtools/pkgmanpages/files/md5 | 3 | ||||
-rw-r--r-- | pkgtools/pkgmanpages/pkg/COMMENT | 1 | ||||
-rw-r--r-- | pkgtools/pkgmanpages/pkg/DESCR | 3 | ||||
-rw-r--r-- | pkgtools/pkgmanpages/pkg/PLIST | 2 |
5 files changed, 27 insertions, 0 deletions
diff --git a/pkgtools/pkgmanpages/Makefile b/pkgtools/pkgmanpages/Makefile new file mode 100644 index 00000000000..410106e78f9 --- /dev/null +++ b/pkgtools/pkgmanpages/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/07 11:44:04 agc Exp $ +# + +DISTNAME= packages.7 +PKGNAME= pkgmanpages-1.0 +CATEGORIES= pkgtools +MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/man/man7/ + +MAINTAINER= agc@netbsd.org +HOMEPAGE= http://www.netbsd.org/ + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + ${BSD_INSTALL_MAN} ${WRKSRC}/pub/NetBSD/NetBSD-current/src/share/man/man7/packages.7 ${PREFIX}/man/man7 + +.include "../../mk/bsd.pkg.mk" diff --git a/pkgtools/pkgmanpages/files/md5 b/pkgtools/pkgmanpages/files/md5 new file mode 100644 index 00000000000..4d2821718f0 --- /dev/null +++ b/pkgtools/pkgmanpages/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/07 11:44:04 agc Exp $ + +MD5 (packages.7.tar.gz) = 57b9aba63ce39b661ff69744f9f81b89 diff --git a/pkgtools/pkgmanpages/pkg/COMMENT b/pkgtools/pkgmanpages/pkg/COMMENT new file mode 100644 index 00000000000..ab3f2d4f783 --- /dev/null +++ b/pkgtools/pkgmanpages/pkg/COMMENT @@ -0,0 +1 @@ +manual page(s) for the packages collection diff --git a/pkgtools/pkgmanpages/pkg/DESCR b/pkgtools/pkgmanpages/pkg/DESCR new file mode 100644 index 00000000000..6c86f48b329 --- /dev/null +++ b/pkgtools/pkgmanpages/pkg/DESCR @@ -0,0 +1,3 @@ +This is a very simple package, which keeps the most up-to-date +package manual page in the packages collection itself, so that +the two can be kept in synchronisation. diff --git a/pkgtools/pkgmanpages/pkg/PLIST b/pkgtools/pkgmanpages/pkg/PLIST new file mode 100644 index 00000000000..76c016f0860 --- /dev/null +++ b/pkgtools/pkgmanpages/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/07 11:44:04 agc Exp $ +man/man7/packages.7 |