summaryrefslogtreecommitdiff
path: root/misc/team/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/team/Makefile')
-rw-r--r--misc/team/Makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/misc/team/Makefile b/misc/team/Makefile
index 69d99dcaa5f..2030738fdfb 100644
--- a/misc/team/Makefile
+++ b/misc/team/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/08/18 22:46:44 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2000/09/04 14:53:13 kim Exp $
# FreeBSD Id: Makefile,v 1.6 1997/04/30 03:18:06 asami Exp
#
@@ -8,8 +8,23 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= packages@netbsd.org
-NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
+NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
MANCOMPRESSED_IF_MANZ= yes
+PLIST_SRC= ${WRKDIR}/PLIST
+
+post-install:
+ @${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
+ @for OPT in ${MANINSTALL} broken-solaris-needs-this; do \
+ case $$OPT in \
+ catinstall) \
+ ${ECHO} man/cat1/team.0 >>${PLIST_SRC}; \
+ ;; \
+ maninstall) \
+ ${ECHO} man/man1/team.1 >>${PLIST_SRC}; \
+ ;; \
+ esac; \
+ done
+
.include "../../mk/bsd.pkg.mk"