summaryrefslogtreecommitdiff
path: root/pkgtools/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-06-01 01:58:34 +0000
committerjlam <jlam@pkgsrc.org>2017-06-01 01:58:34 +0000
commite38991d34d392441980d1ac9dbc09ce33af71eb1 (patch)
tree1da5b4d95e0a16cba66114e0c1cd43e70614c0f6 /pkgtools/Makefile
parent3548804948d89bab33b50c6fa7045d2274228e29 (diff)
downloadpkgsrc-e38991d34d392441980d1ac9dbc09ce33af71eb1.tar.gz
Import pkgtasks-1-1.9 as pkgsrc/pkgtools/pkgtasks.
pkgtasks is a shell script library to ease writing POSIX-compliant shell scripts to handle common tasks during installation or removal of a package, e.g., * creating groups and users needed by the package * creating and removing directories with special permissions and ownership, * copying example config files to their final locations during package installation, and removing them during package removal if they don't differ from the example ones, * reminding the user of files that may be customized after package installation.
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r--pkgtools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
index 3871076c717..64033e4058d 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2017/02/17 21:27:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.118 2017/06/01 01:58:34 jlam Exp $
#
COMMENT= Tools for use in the packages collection
@@ -62,6 +62,7 @@ SUBDIR+= pkglint4
SUBDIR+= pkgse
SUBDIR+= pkgsrc-todo
SUBDIR+= pkgsurvey
+SUBDIR+= pkgtasks
SUBDIR+= plist-utils
SUBDIR+= port2pkg
#SUBDIR+= prereq-readme # Only used by the README.html generation