aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-19 03:50:13 +0800
committerantoine <antoine@FreeBSD.org>2014-09-19 03:50:13 +0800
commit1206a8e4e2f77bbff32ddf3245f92ca19b8e4dc3 (patch)
tree5f9ceea97523c77cd62b00735bac0b325f18a6e7 /textproc
parentd1c4a99ba5933ffb70f45c12d6f50c93c3102fd0 (diff)
downloadfreebsd-ports-gnome-1206a8e4e2f77bbff32ddf3245f92ca19b8e4dc3.tar.gz
freebsd-ports-gnome-1206a8e4e2f77bbff32ddf3245f92ca19b8e4dc3.tar.zst
freebsd-ports-gnome-1206a8e4e2f77bbff32ddf3245f92ca19b8e4dc3.zip
Allow staging as a regular user
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sgmlformat/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile
index c700daa8ffcb..b5fc94ad3634 100644
--- a/textproc/sgmlformat/Makefile
+++ b/textproc/sgmlformat/Makefile
@@ -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>