diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-24 19:37:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-24 19:37:43 +0800 |
commit | d180a570dc0dabced7db9a5bf452c6f676d5b5ad (patch) | |
tree | 2be58766cf3af4c8b799cedc88402a9eabc67827 /ports-mgmt/pkg | |
parent | 29a22b11fee1757f513995d0b686aca95a0713f9 (diff) | |
download | freebsd-ports-gnome-d180a570dc0dabced7db9a5bf452c6f676d5b5ad.tar.gz freebsd-ports-gnome-d180a570dc0dabced7db9a5bf452c6f676d5b5ad.tar.zst freebsd-ports-gnome-d180a570dc0dabced7db9a5bf452c6f676d5b5ad.zip |
Add uidfix to allow packaging as a user
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index e07745a089bc..c2ca40f1e5e6 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -19,6 +19,7 @@ USE_XZ= yes # With no dependency at all NO_CCACHE= yes USE_LDCONFIG= yes +USES= uidfix MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null \ PORTREVISION=${PORTREVISION} |