Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 19:50:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368514 - head/textproc/sgmlformat
Message-ID:  <201409181950.s8IJoDwX024233@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181950.s8IJoDwX024233>