diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-25 03:25:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-25 03:25:07 +0800 |
commit | 83fd9eeb8da9e7eea6afbc472fec24731c805a9a (patch) | |
tree | b24a9a0c2d3cc30695c06b3040f2e8304414d70a /databases/db | |
parent | af92ad45cb6960e2659813db5feb35430f2b303d (diff) | |
download | freebsd-ports-gnome-83fd9eeb8da9e7eea6afbc472fec24731c805a9a.tar.gz freebsd-ports-gnome-83fd9eeb8da9e7eea6afbc472fec24731c805a9a.tar.zst freebsd-ports-gnome-83fd9eeb8da9e7eea6afbc472fec24731c805a9a.zip |
Allow staging as a regular user
Diffstat (limited to 'databases/db')
-rw-r--r-- | databases/db/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index c2e0d1ac57c6..8e3a059bddfc 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -13,6 +13,7 @@ COMMENT= Manipulate db(3)'s btree(3) and hash(3) databases - NetBSD port PLIST_FILES= bin/db \ man/man1/db.1.gz +USES= uidfix MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} DIST_CVS= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db |