summaryrefslogtreecommitdiff
path: root/sysutils/etcmanage/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-12-02 19:04:26 +0000
committergdt <gdt@pkgsrc.org>2006-12-02 19:04:26 +0000
commit500df006255f484fae516f15195cf9a10d1b6df4 (patch)
tree3e7074e50833ca06c1a57affbb1a88f4c3d1cf88 /sysutils/etcmanage/Makefile
parente8d0fc94e6cc87cce9a7d43b6fe3b563052ed828 (diff)
downloadpkgsrc-500df006255f484fae516f15195cf9a10d1b6df4.tar.gz
update to 0.3
new script BUILD-NetBSD which is a wrapper around build.sh, setting OBJDIR, etc., and intended to start from a plain source tree and end up with a cdrom image, with or without x. creates a manifest for etcmanage. It also has an install option which does a merge of /etc with etcmanage, but this needs to be done on the same machine as the build. new script INSTALL-NetBSD which takes a releasedir and does a binary upgrade (kernel, userland, merges etc with etcmange, but DOES NOT TOUCH BOOTBLOCKS). Can be run on a machine other than the build host.
Diffstat (limited to 'sysutils/etcmanage/Makefile')
-rw-r--r--sysutils/etcmanage/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/etcmanage/Makefile b/sysutils/etcmanage/Makefile
index 2561d4fa935..a19a7916bf4 100644
--- a/sysutils/etcmanage/Makefile
+++ b/sysutils/etcmanage/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/02 19:04:26 gdt Exp $
#
-DISTNAME= etcmanage-0.2
+DISTNAME= etcmanage-0.3
CATEGORIES= sysutils
MASTER_SITES= http://acert.ir.bbn.com/downloads/etcmanage/
@@ -9,6 +9,7 @@ MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://acert.ir.bbn.com/downloads/etcmanage/
COMMENT= Automatically manage files in /etc
+USE_TOOLS+= perl
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes