summaryrefslogtreecommitdiff
path: root/pkgtools/pkgmanpages/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-02 09:46:41 +0000
committerwiz <wiz@pkgsrc.org>2007-03-02 09:46:41 +0000
commitc869fc8c9e43cd256f0e90b5909359b5c2d9f008 (patch)
tree9ee0d835f2a683353f723241ccee577252a92efb /pkgtools/pkgmanpages/Makefile
parent0d335544b7093c105854adc152ee437d74e9d6c4 (diff)
downloadpkgsrc-c869fc8c9e43cd256f0e90b5909359b5c2d9f008.tar.gz
Remove pkgmanpages packages, the information contained in it has been
integrated in the pkgsrc guide.
Diffstat (limited to 'pkgtools/pkgmanpages/Makefile')
-rw-r--r--pkgtools/pkgmanpages/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/pkgtools/pkgmanpages/Makefile b/pkgtools/pkgmanpages/Makefile
deleted file mode 100644
index 6b2669f4cc4..00000000000
--- a/pkgtools/pkgmanpages/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2007/03/02 06:04:30 wiz Exp $
-
-DISTNAME= pkgmanpages-20070302
-CATEGORIES= pkgtools
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= agc@NetBSD.org
-HOMEPAGE= http://www.pkgsrc.org/
-COMMENT= Manual page(s) for the packages collection
-
-NO_PKGTOOLS_REQD_CHECK= # defined
-PKG_PRESERVE= # defined
-
-NO_CHECKSUM= yes
-NO_MTREE= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-INSTALLATION_DIRS= ${PKGMANDIR}/man7
-
-.include "../../mk/bsd.prefs.mk"
-
-PKG_TOOLS_PREFIX= ${PKG_TOOLS_BIN:C|/[^/]?bin$||}
-
-# XXX This breaks for those who set their own LOCALBASE to "/usr" and also
-# XXX set PKGMANDIR to be other than "share/man".
-# XXX
-.if !empty(PKG_TOOLS_PREFIX:M/usr)
-PKGMANDIR= share/man
-.endif
-
-do-extract:
- @${CP} -R ${FILESDIR} ${WRKSRC}
-
-do-install:
- ${INSTALL_MAN} ${WRKSRC}/packages.7 ${PREFIX}/${PKGMANDIR}/man7
-
-.include "../../mk/bsd.pkg.mk"
-
-PREFIX:= ${PKG_TOOLS_PREFIX}