Fix manual page handling.

This commit is contained in:
kim 2000-12-16 18:54:41 +00:00
parent ccc3a0d762
commit 57b66b0a43
4 changed files with 36 additions and 22 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2000/08/21 21:01:33 hubertf Exp $
# $NetBSD: Makefile,v 1.10 2000/12/16 18:54:41 kim Exp $
#
# Note to package maintainers:
@ -23,10 +23,22 @@ IGNORE= "${PKGNAME} is part of your NetBSD distribution"
NO_CONFIGURE= yes
MANCOMPRESSED_IF_MANZ= yes
PLIST_SRC= ${WRKDIR}/PLIST
MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man \
FILESDIR=${PREFIX}/share/examples/usermgmt
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/usermgmt
post-install:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@for OPT in ${MANINSTALL} broken-solaris-needs-this; do \
case $$OPT in \
catinstall|maninstall) \
${CAT} ${PKGDIR}/PLIST.$$OPT >>${PLIST_SRC}; \
;; \
esac; \
done
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2000/01/03 22:08:59 agc Exp $
@comment $NetBSD: PLIST,v 1.3 2000/12/16 18:54:41 kim Exp $
sbin/user
sbin/useradd
sbin/userdel
@ -9,26 +9,6 @@ sbin/groupadd
sbin/groupdel
sbin/groupinfo
sbin/groupmod
man/cat8/user.0
man/cat8/useradd.0
man/cat8/userdel.0
man/cat8/userinfo.0
man/cat8/usermod.0
man/cat8/group.0
man/cat8/groupadd.0
man/cat8/groupdel.0
man/cat8/groupinfo.0
man/cat8/groupmod.0
man/man8/user.8
man/man8/useradd.8
man/man8/userdel.8
man/man8/userinfo.8
man/man8/usermod.8
man/man8/group.8
man/man8/groupadd.8
man/man8/groupdel.8
man/man8/groupinfo.8
man/man8/groupmod.8
share/examples/usermgmt/.cshrc
share/examples/usermgmt/.login
share/examples/usermgmt/.profile

View file

@ -0,0 +1,11 @@
@comment $NetBSD: PLIST.catinstall,v 1.1 2000/12/16 18:54:42 kim Exp $
man/cat8/user.0
man/cat8/useradd.0
man/cat8/userdel.0
man/cat8/userinfo.0
man/cat8/usermod.0
man/cat8/group.0
man/cat8/groupadd.0
man/cat8/groupdel.0
man/cat8/groupinfo.0
man/cat8/groupmod.0

View file

@ -0,0 +1,11 @@
@comment $NetBSD: PLIST.maninstall,v 1.1 2000/12/16 18:54:42 kim Exp $
man/man8/user.8
man/man8/useradd.8
man/man8/userdel.8
man/man8/userinfo.8
man/man8/usermod.8
man/man8/group.8
man/man8/groupadd.8
man/man8/groupdel.8
man/man8/groupinfo.8
man/man8/groupmod.8