summaryrefslogtreecommitdiff
path: root/textproc/html
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2014-06-10 13:42:17 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2014-06-10 13:42:17 +0000
commit57ca3f2c4b20b0ff13279f49a0db5ef4ee9643cd (patch)
treeeda798b33b3e2844374ea2461cc00b937cb8e32a /textproc/html
parentAdd staging support and cleanup. (diff)
- Stagify.
Notes
Notes: svn path=/head/; revision=357311
Diffstat (limited to 'textproc/html')
-rw-r--r--textproc/html/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile
index 961f47950166..8d7bb697e549 100644
--- a/textproc/html/Makefile
+++ b/textproc/html/Makefile
@@ -21,11 +21,10 @@ NO_WRKSUBDIR= yes
PLIST_SUB= DTD_NAME=${PORTNAME} XMLCATMGR=${XMLCATMGR}
PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML}
-INSTDIR= ${PREFIX}/share/sgml/html
+INSTDIR= ${STAGEDIR}${PREFIX}/share/sgml/html
XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
-NO_STAGE= yes
pre-su-install:
@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
@@ -34,7 +33,4 @@ do-install:
@${CHMOD} ${SHAREMODE} `${FIND} ${INSTDIR} -type f`
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
-post-install:
- @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog
-
.include <bsd.port.mk>