svn commit: r328116 - head/ports-mgmt/pkg

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 24 11:37:43 UTC 2013


Author: bapt
Date: Tue Sep 24 11:37:43 2013
New Revision: 328116
URL: http://svnweb.freebsd.org/changeset/ports/328116

Log:
  Add uidfix to allow packaging as a user

Modified:
  head/ports-mgmt/pkg/Makefile

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Tue Sep 24 11:34:41 2013	(r328115)
+++ head/ports-mgmt/pkg/Makefile	Tue Sep 24 11:37:43 2013	(r328116)
@@ -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}


More information about the svn-ports-head mailing list