svn commit: r368514 - head/textproc/sgmlformat

Antoine Brodin antoine at FreeBSD.org
Thu Sep 18 19:50:14 UTC 2014


Author: antoine
Date: Thu Sep 18 19:50:13 2014
New Revision: 368514
URL: http://svnweb.freebsd.org/changeset/ports/368514
QAT: https://qat.redports.org/buildarchive/r368514/

Log:
  Allow staging as a regular user

Modified:
  head/textproc/sgmlformat/Makefile

Modified: head/textproc/sgmlformat/Makefile
==============================================================================
--- head/textproc/sgmlformat/Makefile	Thu Sep 18 19:49:26 2014	(r368513)
+++ head/textproc/sgmlformat/Makefile	Thu Sep 18 19:50:13 2014	(r368514)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=	kuriyama
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Generates groff and HTML from linuxdoc and docbook SGML documents
 
-USES=		perl5
+USES=		perl5 uidfix
 USE_PERL5=	run
 MAKE_ENV=	STAGEDIR=${STAGEDIR}
 
@@ -43,7 +43,4 @@ post-patch:
 pre-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/share/sgml/transpec
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list