]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/packages/caroot.ucl
login(1): when exporting variables check the result of setenv(3)
[FreeBSD/FreeBSD.git] / release / packages / caroot.ucl
1 #
2 # $FreeBSD$
3 #
4
5 name = "%PKG_NAME_PREFIX%-%PKGNAME%"
6 origin = "base"
7 version = "%VERSION%"
8 comment = "%COMMENT%"
9 categories = [ base ]
10 maintainer = %PKG_MAINTAINER%
11 www = "%PKG_WWW%"
12 prefix = "/"
13 licenselogic = "single"
14 licenses = [ BSD2CLAUSE ]
15 desc = <<EOD
16 %DESC%
17 EOD
18 scripts: {
19         # XXX If pkg picks up a mechanism to detect in the post-install script
20         # files being added or removed, we should use it instead to gate the
21         # rehash.
22         post-install = <<EOD
23         [ -x /usr/sbin/certctl ] && env DESTDIR=${PKG_ROOTDIR} \
24             /usr/sbin/certctl rehash
25 EOD
26 }