summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoragc <agc>1998-06-22 12:44:29 +0000
committeragc <agc>1998-06-22 12:44:29 +0000
commitaa44a9a00bf8102d4cbba7e7d709ae21e218fc7f (patch)
treee293f6a477a8a77c5c37ad9f0769b3e49cd83158 /sysutils
parent6087a24f6a642323b6183b5369f73537a8367040 (diff)
downloadpkgsrc-aa44a9a00bf8102d4cbba7e7d709ae21e218fc7f.tar.gz
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda/Makefile7
-rw-r--r--sysutils/mc/Makefile5
2 files changed, 2 insertions, 10 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile
index d9187b3808f..f49794d9cb4 100644
--- a/sysutils/amanda/Makefile
+++ b/sysutils/amanda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/06/09 07:41:48 agc Exp $
+# $NetBSD: Makefile,v 1.13 1998/06/22 12:52:31 agc Exp $
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp
#
@@ -22,11 +22,6 @@ CONFIGURE_ARGS+= --with-mmap
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
-MAN8= amadmin.8 amcheck.8 amdump.8 amflush.8 amlabel.8 \
- amrestore.8 amtape.8 amanda.8 amcleanup.8 amtoc.8 \
- amcheckdb.8 amoverview.8 amplot.8 amrecover.8 \
- amrmtape.8 amverify.8
-
pre-install:
@${SETENV} ${MAKE_ENV} addnerd -g ${AMANDA_GROUP} ${AMANDA_USER}
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile
index 9c927a04c9a..a7a07932144 100644
--- a/sysutils/mc/Makefile
+++ b/sysutils/mc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/05/09 15:24:44 frueauf Exp $
+# $NetBSD: Makefile,v 1.10 1998/06/22 12:52:33 agc Exp $
# FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp
#
@@ -14,9 +14,6 @@ DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-ncurses --without-edit --without-subshell
-MAN1= mc.1 mcedit.1
-MAN8= mcserv.8
-
pre-configure:
for f in `find ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \
${ECHO} patching $$f ; \