svn commit: r344749 - head/devel/libublio

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 17 13:50:44 UTC 2014


Author: bapt
Date: Mon Feb 17 13:50:43 2014
New Revision: 344749
URL: http://svnweb.freebsd.org/changeset/ports/344749
QAT: https://qat.redports.org/buildarchive/r344749/

Log:
  Fix build as a user
  While here cleanup a bit

Modified:
  head/devel/libublio/Makefile

Modified: head/devel/libublio/Makefile
==============================================================================
--- head/devel/libublio/Makefile	Mon Feb 17 13:50:26 2014	(r344748)
+++ head/devel/libublio/Makefile	Mon Feb 17 13:50:43 2014	(r344749)
@@ -18,14 +18,12 @@ PLIST_SUB+=	PROFLIB="@comment "
 PLIST_SUB+=	PROFLIB=""
 .endif
 
+USES=		uidfix
+
 SRCCONF=	/dev/null
 MAKE_ENV+=	SRCCONF=${SRCCONF}
 
-NEED_ROOT=	yes
-
-OPTIONS_DEFINE=	DOCS 
-
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	DOCS
 
 post-extract:
 	@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
@@ -38,9 +36,7 @@ pre-install:
 	@${ECHO_CMD} ${.MAKEFILE_LIST}
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list