svn commit: r353742 - head/sysutils/eject

Baptiste Daroussin bapt at FreeBSD.org
Sun May 11 22:45:53 UTC 2014


Author: bapt
Date: Sun May 11 22:45:52 2014
New Revision: 353742
URL: http://svnweb.freebsd.org/changeset/ports/353742
QAT: https://qat.redports.org/buildarchive/r353742/

Log:
  Allow packaging as a user

Modified:
  head/sysutils/eject/Makefile

Modified: head/sysutils/eject/Makefile
==============================================================================
--- head/sysutils/eject/Makefile	Sun May 11 22:37:12 2014	(r353741)
+++ head/sysutils/eject/Makefile	Sun May 11 22:45:52 2014	(r353742)
@@ -12,9 +12,11 @@ MASTER_SITES=	ftp://ports.jp.FreeBSD.org
 MAINTAINER=	sylvio at FreeBSD.org
 COMMENT=	Utility for ejecting media from CD or optical disk drive
 
+USES=		uidfix
 PLIST_FILES=	sbin/eject \
 		man/man1/eject.1.gz
 PORTDOCS=	README README-J
+MAKE_ARGS=	BINOWN=${BINOWN}
 
 post-patch:
 	${REINPLACE_CMD} -e 's,4555,555,' ${WRKSRC}/Makefile


More information about the svn-ports-all mailing list